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

geode git commit: GEODE-2909 CTR fix of 2 typos in Lucene documentation

Repository: geode
Updated Branches:
  refs/heads/develop 68935caea -> c270756f7


GEODE-2909  CTR fix of 2 typos in Lucene documentation


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

Branch: refs/heads/develop
Commit: c270756f72df9745072be616b625276e72702fb3
Parents: 68935ca
Author: Karen Miller <km...@pivotal.io>
Authored: Thu May 11 10:03:13 2017 -0700
Committer: Karen Miller <km...@pivotal.io>
Committed: Thu May 11 10:05:21 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/c270756f/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 4ccf806..e97ce06 100644
--- a/geode-docs/tools_modules/lucene_integration.html.md.erb
+++ b/geode-docs/tools_modules/lucene_integration.html.md.erb
@@ -65,7 +65,7 @@ LuceneService luceneService = LuceneServiceProvider.get(cache);
 // Create Index on fields with default analyzer:
 luceneService.createIndex(indexName, regionName, "field1", "field2", "field3");
  
-Region region = cache.createRegionFactory(RegionShutcut.PARTITION).create(regionName);
+Region region = cache.createRegionFactory(RegionShortcut.PARTITION).create(regionName);
  
 ```
 
@@ -93,7 +93,7 @@ The gfsh command-line utility supports five Apache Lucene actions:
 <dt><a href="gfsh/command-pages/list.html#list_lucene_indexes"><b>list lucene indexes</b></a></dt>
     <dd>List Lucene indexes created for all members.</dd>
 <dt><a href="gfsh/command-pages/search.html#search_lucene"><b>search lucene</b></a></dt>
-    <dd>Search a Lucene index</dd>
+    <dd>Search a Lucene index.</dd>
 
 **Gfsh command-line examples:**