Skip to content

Commit f006450

Browse files
authored
Merge pull request #4583 from evolvedbinary/ft-query-doc
add lowercase-expended-terms option documentation
2 parents 3db4d45 + 60a05dd commit f006450

File tree

1 file changed

+1
-0
lines changed
  • extensions/indexes/lucene/src/main/java/org/exist/xquery/modules/lucene

1 file changed

+1
-0
lines changed

extensions/indexes/lucene/src/main/java/org/exist/xquery/modules/lucene/Query.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public class Query extends Function implements Optimizable {
8888
" <phrase-slop>number</phrase-slop>\n" +
8989
" <leading-wildcard>yes|no</leading-wildcard>\n" +
9090
" <filter-rewrite>yes|no</filter-rewrite>\n" +
91+
" <lowercase-expanded-terms>yes|no</lowercase-expanded-terms>\n" +
9192
"</options>")
9293
},
9394
new FunctionReturnSequenceType(Type.NODE, Cardinality.ZERO_OR_MORE,

0 commit comments

Comments
 (0)