SOLR-1298: Adding missing CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2011-06-08 18:59:46 +00:00
parent 077cc43fe9
commit 7386b115af
1 changed files with 5 additions and 0 deletions

View File

@ -152,6 +152,11 @@ New Features
with grouping. Note that the number of hits returned for collations
is the number of ungrouped hits. (James Dyer via rmuir)
* SOLR-1298: Return FunctionQuery as pseudo field. The solr 'fl' param
now supports functions. For example: fl=id,sum(x,y) -- NOTE: only
functions with fast random access are reccomended. (yonik, ryan)
Optimizations
----------------------