[ 
https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16031911#comment-16031911
 ] 

ASF GitHub Bot commented on GEODE-3011:
---------------------------------------

GitHub user karensmolermiller opened a pull request:

    https://github.com/apache/geode/pull/553

    GEODE-3011 Correct a Lucene gfsh query example

    @dihardman @boglesby @upthewaterspout @ladyVader @nabarunnag @DivineEnder 
@jhuynh1 @davebarnes97 @joeymcallister 
    Please review.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/karensmolermiller/geode feature/GEODE-3011

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geode/pull/553.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #553
    
----
commit 9ddafd9428bf6084915b8e53ae1cad13b28bae90
Author: Karen Miller <kmil...@pivotal.io>
Date:   2017-05-31T20:28:28Z

    GEODE-3011 Correct a Lucene gfsh query example

----


> 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)

Reply via email to