File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/main/xar-resources/data/lucene Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ let $options :=
5
5
<phrase-slop>1</phrase-slop>
6
6
<leading-wildcard>no</leading-wildcard>
7
7
<filter-rewrite>yes</filter-rewrite>
8
+ <lowercase-expanded-terms>yes</lowercase-expanded-terms>
8
9
</options>
9
10
return
10
11
//SPEECH[ft:query(., $query, $options)]
Original file line number Diff line number Diff line change 880
880
that this can produce very slow queries on big indexes.</para >
881
881
</listitem >
882
882
</varlistentry >
883
+ <varlistentry >
884
+ <term > <code >lowercase-expanded-terms</code > </term >
885
+ <listitem >
886
+ <para >Key used to set whether expanded terms should be lower-cased,
887
+ <code >LOWERCASE_EXPANDED_TERMS</code > when set to <code >yes</code > automatically lowercases wildcard, regex and fuzzy queries.
888
+ Default value is <code >no</code >.
889
+ </para >
890
+ </listitem >
891
+ </varlistentry >
883
892
</variablelist >
884
893
</sect2 >
885
894
</sect1 >
You can’t perform that action at this time.
0 commit comments