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/16 13:07:00 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-9111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabrizio Fortino resolved OAK-9111.
-----------------------------------
    Resolution: Fixed

Committed revision 1878887

> 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
>            Priority: Major
>
> 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)