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 "Julian Reschke (Jira)" <ji...@apache.org> on 2020/08/27 16:33:00 UTC

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

    [ https://issues.apache.org/jira/browse/OAK-9111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185958#comment-17185958 ] 

Julian Reschke commented on OAK-9111:
-------------------------------------

fixVersion?

> 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)