Barry Oglesby created GEODE-1330:
------------------------------------

             Summary: XML is generated for internal lucene _data.files and 
_data.chunks regions
                 Key: GEODE-1330
                 URL: https://issues.apache.org/jira/browse/GEODE-1330
             Project: Geode
          Issue Type: Bug
          Components: lucene
            Reporter: Barry Oglesby


If a {{Cache}} is created from this xml:
{noformat}
<region name="data" refid="PARTITION_REDUNDANT">
  <lucene:index name="trade_index">
    <lucene:field name="id"/>
    <lucene:field name="email" 
analyzer="org.apache.lucene.analysis.core.KeywordAnalyzer"/>
    <lucene:field name="cusip"/>
  </lucene:index>
</region>
{noformat}
Xml generated from that {{Cache}} includes the internal __data.files_ and 
__data.chunks_ {{Regions}}:
{noformat}
<region name="data">
  <lucene:index xmlns:lucene="http://geode.apache.org/schema/lucene"; 
name="trade_index">
    <lucene:field name="id"/>
    <lucene:field name="email" 
analyzer="org.apache.lucene.analysis.core.KeywordAnalyzer"/>
    <lucene:field name="cusip"/>
  </lucene:index>
</region>
<region name="trade_index#_data.files">
  ...
</region>
<region name="trade_index#_data.chunks">
 ...
</region>
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to