You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2012/04/01 04:25:22 UTC

svn commit: r1307997 - /lucene/dev/branches/branch_3x/solr/CHANGES.txt

Author: dsmiley
Date: Sun Apr  1 02:25:22 2012
New Revision: 1307997

URL: http://svn.apache.org/viewvc?rev=1307997&view=rev
Log:
SOLR-435 & SOLR-2001 CHANGES.txt

Modified:
    lucene/dev/branches/branch_3x/solr/CHANGES.txt

Modified: lucene/dev/branches/branch_3x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/CHANGES.txt?rev=1307997&r1=1307996&r2=1307997&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_3x/solr/CHANGES.txt Sun Apr  1 02:25:22 2012
@@ -151,6 +151,11 @@ New Features
  the same behaviour as solr 3.5, favouring throughput over latency. More
  information can be found on the wiki (http://wiki.apache.org/solr/SolrConfigXml) (Greg Bowyer)
 
+* SOLR-2001: The query component will substitute an empty query that matches
+  no documents if the query parser returns null.  This also prevents an
+  exception from being thrown by the default parser if "q" is missing. (yonik)
+  SOLR-435: if q is "" then it's also acceptable. (dsmiley, hoss)
+
 Optimizations
 ----------------------
 * SOLR-1931: Speedup for LukeRequestHandler and admin/schema browser. New parameter