You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2015/11/17 05:48:11 UTC

[jira] [Resolved] (OAK-2281) Support for conditional indexingRules

     [ https://issues.apache.org/jira/browse/OAK-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chetan Mehrotra resolved OAK-2281.
----------------------------------
    Resolution: Won't Fix

For now resolving as Wont Fix as did not found any compelling usecase for this feature. 

> Support for conditional indexingRules
> -------------------------------------
>
>                 Key: OAK-2281
>                 URL: https://issues.apache.org/jira/browse/OAK-2281
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>
> JR2 supported conditional indexing rules like below. Similar support should be provided within Oak
> {code:xml}
> <configuration xmlns:nt="http://www.jcp.org/jcr/nt/1.0">
>   <index-rule nodeType="nt:unstructured"
>               boost="2.0"
>               condition="ancestor::*/@priority = 'high'">
>     <property>Text</property>
>   </index-rule>
>   <index-rule nodeType="nt:unstructured"
>               boost="0.5"
>               condition="parent::foo/@priority = 'low'">
>     <property>Text</property>
>   </index-rule>
>   <index-rule nodeType="nt:unstructured"
>               boost="1.5"
>               condition="bar/@priority = 'medium'">
>     <property>Text</property>
>   </index-rule>
>   <index-rule nodeType="nt:unstructured">
>     <property>Text</property>
>   </index-rule>
> </configuration>
> {code}



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