Github user boglesby commented on the issue:

    https://github.com/apache/geode/pull/518
  
    The default analyzer is Geode's not Lucene's so I think the sentence should 
be something like:
    
    When no analyzer is specified, the 
org.apache.lucene.analysis.standard.StandardAnalyzer will be used.
    or
    The default analyzer is the 
org.apache.lucene.analysis.standard.StandardAnalyzer if none is specified.
    
    For this sentence: To use the entire value as a single field set the 
required --field option to be __REGION_VALUE_FIELD.
    
    You might add something like: This is only supported when the region entry 
value is a String, Long, Integer, Float, Double.
    
    In the xml section, you might want to add a field that uses the default 
analyzer like:
    
    <lucene:field name="d"/>
    
    The error message (below) when attempting to destroy a region with an index 
is probably going to change. It'll be more like: All lucene indexes must be 
destroyed before destroying the data region.
    
    java.lang.IllegalStateException: The parent region [/orders] in colocation 
chain
     cannot be destroyed, unless all its children [[/indexName#_orders.files]] 
are
     destroyed



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