Fabrizio Fortino created OAK-9111:
-------------------------------------

             Summary: Default Analyzer for remote index / elastic search
                 Key: OAK-9111
                 URL: https://issues.apache.org/jira/browse/OAK-9111
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: indexing, search, search-elastic
            Reporter: Fabrizio Fortino
            Assignee: Fabrizio Fortino


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:
{noformat}
TokenStreamComponents(
  WordDelimiterFilter(
    LowerCaseFilter(
      StandardTokenizer(
        Reader
      )
    ),
    GENERATE_WORD_PARTS 
    | STEM_ENGLISH_POSSESSIVE 
    | (indexOriginalTerm ? PRESERVE_ORIGINAL : 0) 
    | GENERATE_NUMBER_PARTS
  )
){noformat}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to