You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/05/31 17:01:27 UTC

[22/32] geode git commit: GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT

GEODE-2957: Create Lucene index analyzer help updated to include keyword DEFAULT


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/96665faf
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/96665faf
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/96665faf

Branch: refs/heads/feature/GEODE-1279
Commit: 96665fafbcc06948b7152ca9ad7344ab938f27ff
Parents: d50489c
Author: David Anuta <da...@gmail.com>
Authored: Tue May 30 09:27:11 2017 -0700
Committer: nabarun <nn...@pivotal.io>
Committed: Tue May 30 12:02:37 2017 -0700

----------------------------------------------------------------------
 .../apache/geode/cache/lucene/internal/cli/LuceneCliStrings.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/96665faf/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/cli/LuceneCliStrings.java
----------------------------------------------------------------------
diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/cli/LuceneCliStrings.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/cli/LuceneCliStrings.java
index db9f7b9..8104b3f 100644
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/cli/LuceneCliStrings.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/cli/LuceneCliStrings.java
@@ -43,7 +43,7 @@ public class LuceneCliStrings {
       "Fields on the region values which are stored in the lucene index.\nUse __REGION_VALUE_FIELD if the entire region value should be indexed.\n__REGION_VALUE_FIELD is valid only if the region values are strings or numbers.";
   public static final String LUCENE_CREATE_INDEX__ANALYZER = "analyzer";
   public static final String LUCENE_CREATE_INDEX__ANALYZER_HELP =
-      "Type of the analyzer for each field.";
+      "Type of the analyzer for each field.\nUse the case sensitive keyword DEFAULT or leave an analyzer blank to use the default standard analyzer.";
   public static final String CREATE_INDEX__SUCCESS__MSG =
       "Index successfully created with following details";
   public static final String CREATE_INDEX__FAILURE__MSG =