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

[jira] [Created] (GEODE-2957) null used as a default parameter when specifying analyzers

Jason Huynh created GEODE-2957:
----------------------------------

             Summary: null used as a default parameter when specifying analyzers
                 Key: GEODE-2957
                 URL: https://issues.apache.org/jira/browse/GEODE-2957
             Project: Geode
          Issue Type: Bug
          Components: lucene
            Reporter: Jason Huynh


null seems to be the way to specify using the default StandardKeywordAnalyzer. This can be used when specifying a long list of field/analyzers.  

So the line may look like --analyzers="null,SomeAnalyzer,null,null,SomeAnalyzer}

 We should probably change that to default or some other keyword.  null seems a bit confusing.



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