You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/24 18:54:13 UTC

[jira] [Commented] (GEODE-1330) XML is generated for internal lucene _data.files and _data.chunks regions

    [ https://issues.apache.org/jira/browse/GEODE-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15298707#comment-15298707 ] 

ASF subversion and git services commented on GEODE-1330:
--------------------------------------------------------

Commit c92e5dad2464a7d633db11ccf80b1a07dc6d569a in incubator-geode's branch refs/heads/feature/GEODE-1153 from [~barry.oglesby]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=c92e5da ]

GEODE-1330: Set boolean so that internal lucene regions aren't generated in xml


> 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
>            Assignee: Barry Oglesby
>             Fix For: 1.0.0-incubating.M3
>
>
> 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)