You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by eh...@apache.org on 2005/11/13 01:11:27 UTC

svn commit: r332861 - /lucene/java/trunk/CHANGES.txt

Author: ehatcher
Date: Sat Nov 12 16:11:23 2005
New Revision: 332861

URL: http://svn.apache.org/viewcvs?rev=332861&view=rev
Log:
note that (Span)RegexQuery not supported by QueryParser.... yet

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=332861&r1=332860&r2=332861&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sat Nov 12 16:11:23 2005
@@ -166,6 +166,7 @@
 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