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:16 UTC

[11/32] geode git commit: GEODE-2944: Added __REGION_VALUE_FIELD explanation to lucene create index help

GEODE-2944: Added __REGION_VALUE_FIELD explanation to lucene create index help

	This closes #533


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

Branch: refs/heads/feature/GEODE-1279
Commit: b7faa083aa9da5a9e7c3c579584be8f28faae02d
Parents: c793f74
Author: David Anuta <da...@gmail.com>
Authored: Wed May 24 17:05:33 2017 -0700
Committer: nabarun <nn...@pivotal.io>
Committed: Thu May 25 11:23:30 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/b7faa083/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 d0a2999..db9f7b9 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
@@ -40,7 +40,7 @@ public class LuceneCliStrings {
       "Name/Path of the region on which to create the lucene index.";
   public static final String LUCENE_CREATE_INDEX__FIELD = "field";
   public static final String LUCENE_CREATE_INDEX__FIELD_HELP =
-      "fields on the region values which are stored in the lucene index.";
+      "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.";