[
https://issues.apache.org/jira/browse/GEODE-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16020664#comment-16020664
]
ASF subversion and git services commented on GEODE-2956:
--------------------------------------------------------
Commit d88d2de96cea615ba278f3503ea5f7757d3f2e14 in geode's branch
refs/heads/develop from [~DivineEnder]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=d88d2de ]
GEODE-2956: Trimmed analyzer strings in create index
This closes #524
> gfsh lucene create index should trim from analyzer names
> --------------------------------------------------------
>
> Key: GEODE-2956
> URL: https://issues.apache.org/jira/browse/GEODE-2956
> Project: Geode
> Issue Type: Bug
> Components: lucene
> Reporter: Jason Huynh
> Assignee: Jason Huynh
>
> When creating an index with specific analyzers, the parameter expects a comma
> separated string. However this comma separated string must have no spaces
> before or after the comma. If one exists, it attempts to find an analyzer
> class with the starting or trailing whitespace. This leads to an even more
> hard to read command.
> The command should properly trim spaces before doing the class lookup.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)