You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Diane Hardman (JIRA)" <ji...@apache.org> on 2017/05/30 22:40:04 UTC

[jira] [Updated] (GEODE-3011) gfsh example to do a Lucene query is incorrect

     [ https://issues.apache.org/jira/browse/GEODE-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Diane Hardman updated GEODE-3011:
---------------------------------
    Description: 
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

  was:
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


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