Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-2957 gfsh create lucene index "null" becomes "DEFAULT" #543

Closed

Conversation

karensmolermiller
Copy link
Contributor

Copy link
Contributor

@davebarnes97 davebarnes97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

@DivineEnder
Copy link
Contributor

Looks good 👍

// for the first field
gfsh>create lucene index --name=indexName --region=/orders
--field=customer,tags --analyzer=null,org.apache.lucene.analysis.bg.BulgarianAnalyzer
--field=customer,tags --analyzer=DEFAULT,org.apache.lucene.analysis.bg.BulgarianAnalyzer
```
To use the entire value as a single field set the required `--field`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comma between "field" and "set"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence that needs the comma has been completely rewritten for GEODE-3002. See PR #550 for the rewrite. Not implementing, as it would only cause a conflict upon merging in GEODE-3002.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. LGTM, then. +1

@asfgit asfgit closed this in 8067518 May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants