You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by js...@apache.org on 2017/03/13 17:42:33 UTC

[06/50] [abbrv] geode git commit: GEODE-2591 User guide: Lucene headings should be reflected in navigation pane

GEODE-2591 User guide: Lucene headings should be reflected in navigation pane


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

Branch: refs/heads/GEODE-2290
Commit: 15587b22c92c3df85d0c9249eac56f42fc0bf931
Parents: 21a9b5e
Author: Dave Barnes <db...@pivotal.io>
Authored: Fri Mar 3 14:19:35 2017 -0800
Committer: Dave Barnes <db...@pivotal.io>
Committed: Fri Mar 3 14:19:35 2017 -0800

----------------------------------------------------------------------
 geode-book/master_middleman/source/subnavs/geode-subnav.erb | 8 +++++++-
 geode-docs/tools_modules/lucene_integration.html.md.erb     | 4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/15587b22/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 5f03ee6..d3472de 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -30,7 +30,7 @@ limitations under the License.
                         <a href="/docs/guide/11/getting_started/geode_overview.html">About Apache Geode</a>
                     </li>
                     <li>
-                        <a href="/docs/guide/11/getting_started/product_intro.html">Main Features</a>
+                        <a href="/docs/guide/11/getting_started/product_intro.html">Main Features of Apache Geode</a>
                     </li>
                     <li class="has_submenu">
                         <a href="/docs/guide/11/prereq_and_install.html">Prerequisites and Installation Instructions</a>
@@ -2293,8 +2293,14 @@ gfsh</a>
                                 <a href="/docs/guide/11/tools_modules/lucene_integration.html#java-api-example">Java API Example</a>
                             </li>
                             <li>
+                                <a href="/docs/guide/11/tools_modules/lucene_integration.html#search-example">Search Example</a>
+                            </li>
+                            <li>
                                 <a href="/docs/guide/11/tools_modules/lucene_integration.html#gfsh-api">Gfsh API</a>
                             </li>
+                            <li>
+                                <a href="/docs/guide/11/tools_modules/lucene_integration.html#xml-configuration">XML Configuration</a>
+                            </li>
                         </ul>
                     </li>
                 </ul>

http://git-wip-us.apache.org/repos/asf/geode/blob/15587b22/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 6361650..aa19e43 100644
--- a/geode-docs/tools_modules/lucene_integration.html.md.erb
+++ b/geode-docs/tools_modules/lucene_integration.html.md.erb
@@ -69,7 +69,7 @@ Region region = cache.createRegionFactory(RegionShutcut.PARTITION).create(region
  
 ```
 
-## Search Example
+## <a id="search-example" class="no-quick-link"></a>Search Example
 
 ``` pre
 LuceneQuery<String, Person> query = luceneService.createLuceneQueryFactory()
@@ -111,7 +111,7 @@ gfsh> lucene search --regionName=/orders -queryStrings="John*" --defaultField=fi
 ```
 
 
-## XML Configuration
+## <a id="xml-configuration" class="no-quick-link"></a>XML Configuration
 
 ``` pre
 <cache