mirror of https://github.com/apache/lucene.git
note that (Span)RegexQuery not supported by QueryParser.... yet
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@332861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7017c1b701
commit
bc428b86a8
|
@ -166,6 +166,7 @@ New features
|
|||
23. Added regular expression queries, RegexQuery and SpanRegexQuery.
|
||||
Note the same term enumeration caveats apply with these queries as
|
||||
apply to WildcardQuery and other term expanding queries.
|
||||
These two new queries are not currently supported via QueryParser.
|
||||
(Erik Hatcher)
|
||||
|
||||
API Changes
|
||||
|
|
Loading…
Reference in New Issue