You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ad...@apache.org on 2014/01/16 05:23:48 UTC

svn commit: r1558693 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: adrianocrestani
Date: Thu Jan 16 04:23:47 2014
New Revision: 1558693

URL: http://svn.apache.org/r1558693
Log:
LUCENE-5344: adding the change to CHANGES.txt

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1558693&r1=1558692&r2=1558693&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Thu Jan 16 04:23:47 2014
@@ -148,6 +148,9 @@ Bug fixes
 
 * LUCENE-5361: Fixed handling of query boosts in FastVectorHighlighter.
   (Nik Everett via Adrien Grand)
+  
+* LUCENE-5344: Flexible StandardQueryParser behaves differently than 
+  ClassicQueryParser. (Adriano Crestani)
 
 * LUCENE-5391: UAX29URLEmailTokenizer should not tokenize no-scheme
   domain-only URLs that are followed by an alphanumeric character.