indexing-rules should allow wildcards for (global) property names
-----------------------------------------------------------------

                 Key: JCR-1369
                 URL: https://issues.apache.org/jira/browse/JCR-1369
             Project: Jackrabbit
          Issue Type: Improvement
          Components: query
            Reporter: Tobias Bocanegra


eg:

<indexing-rule nodeType="*">
  <property>text</property>
  <property>*Text</property>
</indexing-rule>

defines that all properties named 'text' and all that end with 'Text' should be 
fulltext indexed.
if the property name includes namespace prefixes, wildcards are only allowed 
for 'any' namespace. eg:

*:title

but not: j*:title


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to