From 7386b115af249cde771a856fc16772531968e744 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 8 Jun 2011 18:59:46 +0000 Subject: [PATCH] SOLR-1298: Adding missing CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133512 13f79535-47bb-0310-9956-ffa450edef68 --- solr/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 1f659f6a6a8..19edde88899 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -151,6 +151,11 @@ New Features * SOLR-2491: Add support for using spellcheck collation in conjunction 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 ----------------------