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 23:15:15 UTC

[16/35] geode git commit: GEODE-3011 Correct a Lucene gfsh query example

GEODE-3011 Correct a Lucene gfsh query example

This closes #553


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

Branch: refs/heads/feature/GEODE-2632-19
Commit: f7e1ba2dcbe129af32d7f6226555ee09ec66d939
Parents: c1288ac
Author: Karen Miller <km...@pivotal.io>
Authored: Wed May 31 13:28:28 2017 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Wed May 31 15:12:27 2017 -0700

----------------------------------------------------------------------
 geode-docs/tools_modules/lucene_integration.html.md.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/f7e1ba2d/geode-docs/tools_modules/lucene_integration.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/lucene_integration.html.md.erb b/geode-docs/tools_modules/lucene_integration.html.md.erb
index 2788338..166a3b7 100644
--- a/geode-docs/tools_modules/lucene_integration.html.md.erb
+++ b/geode-docs/tools_modules/lucene_integration.html.md.erb
@@ -134,8 +134,8 @@ as there will be no field name to use in the case of a primitive type.
 For details, see the [gfsh search lucene](gfsh/command-pages/search.html#search_lucene") command reference page.
 
 ``` pre
-gfsh> lucene search --regionName=/orders -queryStrings="John*" --defaultField=field1
-   --limit=100
+gfsh>search lucene --name=indexName --region=/orders --queryStrings="John*"
+   --defaultField=customer --limit=100
 ```
 
 ### <a id="api-query-example" class="no-quick-link"></a>Java API Example to Query using a Lucene Index