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:
Erik Hatcher 2005-11-13 00:11:23 +00:00
parent 7017c1b701
commit bc428b86a8
1 changed files with 1 additions and 0 deletions

View File

@ -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