fixed changes.txt

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1202157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Willnauer 2011-11-15 12:32:31 +00:00
parent 0c11dd55d3
commit 54e30039cd
1 changed files with 9 additions and 3 deletions

View File

@ -190,9 +190,6 @@ New Features
Optimizations Optimizations
---------------------- ----------------------
* SOLR-2742: SolrJ: Provide commitWithinMs as optional parameter for all add() methods,
making the feature more conveniently accessible for developers (janhoy)
* SOLR-1875: Per-segment field faceting for single valued string fields. * SOLR-1875: Per-segment field faceting for single valued string fields.
Enable with facet.method=fcs, control the number of threads used with Enable with facet.method=fcs, control the number of threads used with
the "threads" local param on the facet.field param. This algorithm will the "threads" local param on the facet.field param. This algorithm will
@ -393,9 +390,18 @@ New Features
* SOLR-1926: Add hl.q parameter. (koji) * SOLR-1926: Add hl.q parameter. (koji)
* SOLR-2881: Numeric types now support sortMissingFirst/Last. This includes Trie and date types
(Ryan McKinley, Mike McCandless, Uwe Schindler, Erick Erickson)
* SOLR-1023: StatsComponent now supports date fields and string fields. * SOLR-1023: StatsComponent now supports date fields and string fields.
(Chris Male, Mark Holland, Gunnlaugur Thor Briem, Ryan McKinley) (Chris Male, Mark Holland, Gunnlaugur Thor Briem, Ryan McKinley)
Optimizations
----------------------
* SOLR-2742: SolrJ: Provide commitWithinMs as optional parameter for all add() methods,
making the feature more conveniently accessible for developers (janhoy)
Bug Fixes Bug Fixes
---------------------- ----------------------
* SOLR-2748: The CommitTracker used for commitWith or autoCommit by maxTime * SOLR-2748: The CommitTracker used for commitWith or autoCommit by maxTime