You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2011/03/25 20:36:38 UTC

svn commit: r1085533 - /lucene/dev/trunk/solr/CHANGES.txt

Author: ryan
Date: Fri Mar 25 19:36:38 2011
New Revision: 1085533

URL: http://svn.apache.org/viewvc?rev=1085533&view=rev
Log:
SOLR-2417, updating CHANGES.txt to show the explain syntax that was added in SOLR-1566

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

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1085533&r1=1085532&r2=1085533&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Fri Mar 25 19:36:38 2011
@@ -112,6 +112,8 @@ New Features
   for more complex results in responses and open the door for function queries
   as results. (ryan)
 
+* SOLR-2417: Add explain info directly to return documents using ?fl=_explain_ (ryan)
+  
 
 Optimizations
 ----------------------