Skip to content

Commit ce17901

Browse files
committed
remove redundant word
1 parent 519826d commit ce17901

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,9 @@
883883
<varlistentry>
884884
<term> <code>lowercase-expanded-terms</code> </term>
885885
<listitem>
886-
<para>An option in <code>ft:query</code> to set whether expanded terms (Analyser input) should be lower-cased,
887-
When set to <code>yes</code>, any expanded terms selected by a wildcard, regex, or fuzzy query will be lower-cased.
886+
<para>An option used to set whether the terms in wildcard, prefix, fuzzy, or range queries should be
887+
automatically lower-cased or left in their original case.
888+
When set to <code>yes</code>, query terms are lower-cased (i.e., as if <code>fn:lower-case()</code> were applied to the query string).
888889
Default value is <code>no</code>.</para>
889890
</listitem>
890891
</varlistentry>

0 commit comments

Comments
 (0)