You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Fabrizio Fortino (Jira)" <ji...@apache.org> on 2020/06/12 08:44:00 UTC

[jira] [Created] (OAK-9111) Default Analyzer for remote index / elastic search

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)