Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-9111

Default Analyzer for remote index / elastic search

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.32.0
    • indexing, search, search-elastic
    • None

    Description

      Need to find out what needs to be done / if this is possible / how to do it / what are our options.

      The current default OakAnalyzer uses the following configuration:

      TokenStreamComponents(
        WordDelimiterFilter(
          LowerCaseFilter(
            StandardTokenizer(
              Reader
            )
          ),
          GENERATE_WORD_PARTS 
          | STEM_ENGLISH_POSSESSIVE 
          | (indexOriginalTerm ? PRESERVE_ORIGINAL : 0) 
          | GENERATE_NUMBER_PARTS
        )
      )

       

      Attachments

        Activity

          People

            fortino Fabrizio Fortino
            fortino Fabrizio Fortino
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: