File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/main/xar-resources/data/newrangeindex Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 49
49
string functions like <code >fn:contains</code >, <code >fn:starts-with</code >,
50
50
<code >fn:ends-with</code >. </para >
51
51
<note >
52
- <para > <code >fn:matches</code > is currently not supported due to limitations in Lucene's
53
- regular expression handling. If you require fn:matches a lot, consider using the
54
- <link xlink : href =" oldrangeindex" >old range index</link >.</para >
52
+ <para ><code >fn:matches</code > is currently not supported due to limitations in Lucene's
53
+ regular expression handling. Alternatives include the new <code >range:matches</code >
54
+ function (which <emphasis >is</emphasis > supported with the new range index, although subject to
55
+ <link condition =" _blank" xlink : href =" http://lucene.apache.org/core/4_5_1/core/org/apache/lucene/util/automaton/RegExp.html" >Lucene
56
+ limitations</link >) and the <link xlink : href =" oldrangeindex" >old range index</link > (which does not use Lucene).</para >
55
57
</note >
56
58
<para >Above configuration applies to documents using MODS, a standard for bibliographical
57
59
metadata. The following XPath expressions use the created indexes: </para >
You can’t perform that action at this time.
0 commit comments