[07/32] geode git commit: GEODE-2913 Update Lucene index documentation

2017-05-31 Thread klund
GEODE-2913 Update Lucene index documentation


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

Branch: refs/heads/feature/GEODE-1279
Commit: 096c22d5c73dc609651caf2887b4d95f162230ad
Parents: f271667
Author: Karen Miller 
Authored: Wed May 17 14:10:42 2017 -0700
Committer: Karen Miller 
Committed: Wed May 24 17:07:49 2017 -0700

--
 .../source/subnavs/geode-subnav.erb |  22 +-
 .../implementing_authorization.html.md.erb  |   5 +
 .../statistics/statistics_list.html.md.erb  |  24 ++
 .../topics/cache-elements-list.html.md.erb  |   4 +-
 .../reference/topics/cache_xml.html.md.erb  |  63 +
 ...mory_requirements_for_cache_data.html.md.erb |   2 +
 .../gfsh/command-pages/create.html.md.erb   |   2 +-
 .../gfsh/command-pages/destroy.html.md.erb  |  13 +-
 .../lucene_integration.html.md.erb  | 283 +++
 9 files changed, 339 insertions(+), 79 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/geode/blob/096c22d5/geode-book/master_middleman/source/subnavs/geode-subnav.erb
--
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index c97e5ec..12b2151 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -2308,16 +2308,7 @@ gfsh
 Using
 the Apache Lucene Integration
 
 
-Java
 API Example
-
-
-Search
 Example
-
-
-Gfsh 
API
-
-
-XML
 Configuration
+Requirements
 and Caveats
 
 
 
@@ -2557,6 +2548,14 @@ gfsh
 index
 
 
+lucene:index
+
+
+lucene:field
+
+
+
+
 entry
 
 
@@ -3037,6 +3036,9 @@ gfsh
 Locator
 (LocatorStatistics)
 
 
+Lucene
 Indexes (LuceneIndexStats)
+
+
 Off-Heap
 (OffHeapMemoryStats)
 
 

http://git-wip-us.apache.org/repos/asf/geode/blob/096c22d5/geode-docs/managing/security/implementing_authorization.html.md.erb
--
diff --git 
a/geode-docs/managing/security/implementing_authorization.html.md.erb 
b/geode-docs/managing/security/implementing_authorization.html.md.erb
index f897e4c..d16280e 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -117,18 +117,21 @@ This table classifies the permissions assigned for `gfsh` 
operations.
 | create gateway-receiver| DATA:MANAGE  |
 | create gateway-sender  | DATA:MANAGE  |
 | create index   | DATA:MANAGE:RegionName   |
+| create lucene index| DATA:MANAGE:RegionName   |
 | create region  | DATA:MANAGE  |
 | define index   | DATA:MANAGE:RegionName   |
 | deploy | DATA:MANAGE, DATA:WRITE, 
CLUSTER:MANAGE, and CLUSTER:WRITE |
 | describe client| CLUSTER:READ |
 | describe config| CLUSTER:READ  

[01/43] geode git commit: GEODE-2913 Update Lucene index documentation [Forced Update!]

2017-05-30 Thread klund
Repository: geode
Updated Branches:
  refs/heads/feature/GEODE-2632-17 6bfa3a0d7 -> 283215f9f (forced update)


GEODE-2913 Update Lucene index documentation


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

Branch: refs/heads/feature/GEODE-2632-17
Commit: 096c22d5c73dc609651caf2887b4d95f162230ad
Parents: f271667
Author: Karen Miller 
Authored: Wed May 17 14:10:42 2017 -0700
Committer: Karen Miller 
Committed: Wed May 24 17:07:49 2017 -0700

--
 .../source/subnavs/geode-subnav.erb |  22 +-
 .../implementing_authorization.html.md.erb  |   5 +
 .../statistics/statistics_list.html.md.erb  |  24 ++
 .../topics/cache-elements-list.html.md.erb  |   4 +-
 .../reference/topics/cache_xml.html.md.erb  |  63 +
 ...mory_requirements_for_cache_data.html.md.erb |   2 +
 .../gfsh/command-pages/create.html.md.erb   |   2 +-
 .../gfsh/command-pages/destroy.html.md.erb  |  13 +-
 .../lucene_integration.html.md.erb  | 283 +++
 9 files changed, 339 insertions(+), 79 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/geode/blob/096c22d5/geode-book/master_middleman/source/subnavs/geode-subnav.erb
--
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index c97e5ec..12b2151 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -2308,16 +2308,7 @@ gfsh
 Using
 the Apache Lucene Integration
 
 
-Java
 API Example
-
-
-Search
 Example
-
-
-Gfsh 
API
-
-
-XML
 Configuration
+Requirements
 and Caveats
 
 
 
@@ -2557,6 +2548,14 @@ gfsh
 index
 
 
+lucene:index
+
+
+lucene:field
+
+
+
+
 entry
 
 
@@ -3037,6 +3036,9 @@ gfsh
 Locator
 (LocatorStatistics)
 
 
+Lucene
 Indexes (LuceneIndexStats)
+
+
 Off-Heap
 (OffHeapMemoryStats)
 
 

http://git-wip-us.apache.org/repos/asf/geode/blob/096c22d5/geode-docs/managing/security/implementing_authorization.html.md.erb
--
diff --git 
a/geode-docs/managing/security/implementing_authorization.html.md.erb 
b/geode-docs/managing/security/implementing_authorization.html.md.erb
index f897e4c..d16280e 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -117,18 +117,21 @@ This table classifies the permissions assigned for `gfsh` 
operations.
 | create gateway-receiver| DATA:MANAGE  |
 | create gateway-sender  | DATA:MANAGE  |
 | create index   | DATA:MANAGE:RegionName   |
+| create lucene index| DATA:MANAGE:RegionName   |
 | create region  | DATA:MANAGE  |
 | define index   | DATA:MANAGE:RegionName   |
 | deploy | DATA:MANAGE, DATA:WRITE, 
CLUSTER:MANAGE, and CLUSTER:WRITE |
 | describe client

geode git commit: GEODE-2913 Update Lucene index documentation

2017-05-24 Thread kmiller
Repository: geode
Updated Branches:
  refs/heads/develop f271667b1 -> 096c22d5c


GEODE-2913 Update Lucene index documentation


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

Branch: refs/heads/develop
Commit: 096c22d5c73dc609651caf2887b4d95f162230ad
Parents: f271667
Author: Karen Miller 
Authored: Wed May 17 14:10:42 2017 -0700
Committer: Karen Miller 
Committed: Wed May 24 17:07:49 2017 -0700

--
 .../source/subnavs/geode-subnav.erb |  22 +-
 .../implementing_authorization.html.md.erb  |   5 +
 .../statistics/statistics_list.html.md.erb  |  24 ++
 .../topics/cache-elements-list.html.md.erb  |   4 +-
 .../reference/topics/cache_xml.html.md.erb  |  63 +
 ...mory_requirements_for_cache_data.html.md.erb |   2 +
 .../gfsh/command-pages/create.html.md.erb   |   2 +-
 .../gfsh/command-pages/destroy.html.md.erb  |  13 +-
 .../lucene_integration.html.md.erb  | 283 +++
 9 files changed, 339 insertions(+), 79 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/geode/blob/096c22d5/geode-book/master_middleman/source/subnavs/geode-subnav.erb
--
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index c97e5ec..12b2151 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -2308,16 +2308,7 @@ gfsh
 Using
 the Apache Lucene Integration
 
 
-Java
 API Example
-
-
-Search
 Example
-
-
-Gfsh 
API
-
-
-XML
 Configuration
+Requirements
 and Caveats
 
 
 
@@ -2557,6 +2548,14 @@ gfsh
 index
 
 
+lucene:index
+
+
+lucene:field
+
+
+
+
 entry
 
 
@@ -3037,6 +3036,9 @@ gfsh
 Locator
 (LocatorStatistics)
 
 
+Lucene
 Indexes (LuceneIndexStats)
+
+
 Off-Heap
 (OffHeapMemoryStats)
 
 

http://git-wip-us.apache.org/repos/asf/geode/blob/096c22d5/geode-docs/managing/security/implementing_authorization.html.md.erb
--
diff --git 
a/geode-docs/managing/security/implementing_authorization.html.md.erb 
b/geode-docs/managing/security/implementing_authorization.html.md.erb
index f897e4c..d16280e 100644
--- a/geode-docs/managing/security/implementing_authorization.html.md.erb
+++ b/geode-docs/managing/security/implementing_authorization.html.md.erb
@@ -117,18 +117,21 @@ This table classifies the permissions assigned for `gfsh` 
operations.
 | create gateway-receiver| DATA:MANAGE  |
 | create gateway-sender  | DATA:MANAGE  |
 | create index   | DATA:MANAGE:RegionName   |
+| create lucene index| DATA:MANAGE:RegionName   |
 | create region  | DATA:MANAGE  |
 | define index   | DATA:MANAGE:RegionName   |
 | deploy | DATA:MANAGE, DATA:WRITE, 
CLUSTER:MANAGE, and CLUSTER:WRITE |
 | describe client| CLUSTER:READ |
 |