You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2008/04/09 10:55:41 UTC

[Jackrabbit Wiki] Update of "IndexingConfiguration" by MarcelReutegger

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by MarcelReutegger:
http://wiki.apache.org/jackrabbit/IndexingConfiguration

The comment on the change is:
Fix typos in index-rule conditions

------------------------------------------------------------------------------
  <configuration xmlns:nt="http://www.jcp.org/jcr/nt/1.0">
    <index-rule nodeType="nt:unstructured"
                boost="2.0"
-               condition="ancestor::*@priority = 'high'">
+               condition="ancestor::*/@priority = 'high'">
      <property>Text</property>
    </index-rule>
    <index-rule nodeType="nt:unstructured"
                boost="0.5"
-               condition="parent::foo@priority = 'low'">
+               condition="parent::foo/@priority = 'low'">
      <property>Text</property>
    </index-rule>
    <index-rule nodeType="nt:unstructured"