You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Barry Oglesby (JIRA)" <ji...@apache.org> on 2017/05/05 17:56:04 UTC

[jira] [Resolved] (GEODE-1337) Define the API for lucene per-field analyzers

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

Barry Oglesby resolved GEODE-1337.
----------------------------------
    Resolution: Not A Bug

> Define the API for lucene per-field analyzers
> ---------------------------------------------
>
>                 Key: GEODE-1337
>                 URL: https://issues.apache.org/jira/browse/GEODE-1337
>             Project: Geode
>          Issue Type: Sub-task
>          Components: lucene
>            Reporter: Barry Oglesby
>
> The current API (Map<String, Analyzer>) is used by LuceneService:
> {noformat}
> public void createIndex(String indexName, String regionPath, Map<String, Analyzer> analyzerPerField);
> {noformat}
> It is also used by LuceneIndex:
> {noformat}
> public Map<String, Analyzer> getFieldAnalyzers();
> {noformat}
> Three options are:
> - keep it as it is
> - change it to {{Map<String, String>}}
> - change it to {{Map<String, Class<? extends Analyzer>>}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)