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