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/22d8b407 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/22d8b407 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/22d8b407 Branch: refs/heads/develop Commit: 22d8b4077065152191a8c2d8f88b5143b0b70097 Parents: 9321c0e Author: Dave Barnes <[email protected]> Authored: Fri Mar 3 14:19:35 2017 -0800 Committer: Kevin J. Duling <[email protected]> Committed: Wed Mar 8 10:43:28 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/22d8b407/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/22d8b407/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
