[ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031987#comment-16031987 ]
ASF GitHub Bot commented on GEODE-3011: --------------------------------------- Github user dihardman commented on the issue: https://github.com/apache/geode/pull/553 +1 looks good! On Wed, May 31, 2017 at 1:33 PM, Karen Miller <notificati...@github.com> wrote: > @dihardman <https://github.com/dihardman> @boglesby > <https://github.com/boglesby> @upthewaterspout > <https://github.com/upthewaterspout> @ladyVader > <https://github.com/ladyvader> @nabarunnag <https://github.com/nabarunnag> > @DivineEnder <https://github.com/divineender> @jhuynh1 > <https://github.com/jhuynh1> @davebarnes97 > <https://github.com/davebarnes97> @joeymcallister > <https://github.com/joeymcallister> > Please review. > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/apache/geode/pull/553 > Commit Summary > > - GEODE-3011 Correct a Lucene gfsh query example > > File Changes > > - *M* geode-docs/tools_modules/lucene_integration.html.md.erb > <https://github.com/apache/geode/pull/553/files#diff-0> (4) > > Patch Links: > > - https://github.com/apache/geode/pull/553.patch > - https://github.com/apache/geode/pull/553.diff > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/geode/pull/553>, or mute the thread > <https://github.com/notifications/unsubscribe-auth/AUMy_fNPGNdjgpEY-rsTSPywv_G6_zd9ks5r_c6PgaJpZM4NsJ8b> > . > > gfsh example to do a Lucene query is incorrect > ---------------------------------------------- > > Key: GEODE-3011 > URL: https://issues.apache.org/jira/browse/GEODE-3011 > Project: Geode > Issue Type: Bug > Components: docs > Reporter: Diane Hardman > Assignee: Karen Smoler Miller > > In the Lucene integration section of the docs is the following incorrect gfsh > command example: > gfsh> lucene search --regionName=/orders -queryStrings="John*" > --defaultField=field1 > Instead it should be: > gfsh> search lucene --name=indexName --region=/orders --queryStrings="John*" > --defaultField=customer --limit=100 -- This message was sent by Atlassian JIRA (v6.3.15#6346)