SOLR-2417, updating CHANGES.txt to show the explain syntax that was added in SOLR-1566

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1085533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-03-25 19:36:38 +00:00
parent ebaffef1c1
commit 75f130ff1b
1 changed files with 2 additions and 0 deletions

View File

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