Author: yonik
Date: Fri Oct 9 21:11:13 2009
New Revision: 823689
URL: http://svn.apache.org/viewvc?rev=823689&view=rev
Log:
doc - call out change in default multivalued faceting alg
Modified:
lucene/solr/trunk/CHANGES.txt
Modified: lucene/solr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=823689&r1=823688&r2=823689&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Fri Oct 9 21:11:13 2009
@@ -26,6 +26,10 @@
Upgrading from Solr 1.3
-----------------------
+There is a new default faceting algorithm for multiVaued fields that should be
+faster for most cases. One can revert to the previous algorithm (which has
+also been improved somewhat) by adding facet.method=enum to the request.
+
New users of Solr 1.4 will have omitTermFreqAndPositions enabled for non-text
indexed fields by
default, which avoids indexing term frequency, positions, and payloads, making
the index smaller and faster. If you are upgrading from an earlier Solr