SOLR-705: adding CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133513 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-06-08 19:06:48 +00:00
parent 7386b115af
commit 3bec90e9eb
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ New Features
now supports functions. For example: fl=id,sum(x,y) -- NOTE: only
functions with fast random access are reccomended. (yonik, ryan)
* SOLR-705: Optionally return shard info with each document in distributed
search. Use fl=id,[shard] to return the shard url. (ryan)
Optimizations
----------------------