diff --git a/CHANGES.txt b/CHANGES.txt index f18445bf088..fe658651cfb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -254,6 +254,11 @@ Optimizations 10. SOLR-1166: Speed up docset/filter generation by avoiding top-level score() call and iterating over leaf readers with TermDocs. (yonik) +11. SOLR-1169: SortedIntDocSet - a new small set implementation + that saves memory over HashDocSet, is faster to construct, + is ordered for easier impelemntation of skipTo, and is faster + in the general case. (yonik) + Bug Fixes ---------------------- diff --git a/example/solr/conf/solrconfig.xml b/example/solr/conf/solrconfig.xml index 5032f007472..b888e038894 100755 --- a/example/solr/conf/solrconfig.xml +++ b/example/solr/conf/solrconfig.xml @@ -306,12 +306,6 @@ queryResultCache. --> 200 - - -