Github user karensmolermiller commented on a diff in the pull request:

    https://github.com/apache/geode/pull/543#discussion_r119231641
  
    --- Diff: geode-docs/tools_modules/lucene_integration.html.md.erb ---
    @@ -89,10 +89,10 @@ gfsh>create lucene index --name=indexName 
--region=/orders --field=customer,tags
     
     ``` pre
     // Create an index, specifying a custom analyzer for the second field
    -// Note: "null" in the first analyzer position uses the default analyzer
    +// Note: "DEFAULT" in the first analyzer position uses the default analyzer
     // 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`
    --- End diff --
    
    The sentence that needs the comma has been completely rewritten for 
GEODE-3002. See PR https://github.com/apache/geode/pull/550 for the rewrite.  
Not implementing, as it would only cause a conflict upon merging in GEODE-3002.

---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to