Skip to content

Commit 69e06c7

Browse files
committed
fix(lucene): address review comment,
make the limitation to should explicit
1 parent 39b69be commit 69e06c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xar-resources/data/lucene/lucene.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
</variablelist>
621621
<para>For instance:</para>
622622
<programlisting language="xquery" xlink:href="listings/listing-41.txt"/>
623-
<para>To optimize performance you can also specify a minium number of matches to cut-off needless disjunctive searches, using the <literal>min</literal> attribute:</para>
623+
<para>To optimize performance you can specify a minimum number of matches to prevent needless disjunctive searches, using the <literal>min</literal> attribute. If no occurence indicator is provided the query will default to <literal>should</literal>, as this is the only indicator that supports <literal>min</literal>:</para>
624624
<programlisting language="xquery" xlink:href="listings/listing-1.txt"/>
625625
</listitem>
626626
</varlistentry>

0 commit comments

Comments
 (0)