mirror of https://github.com/apache/lucene.git
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:
parent
0c11dd55d3
commit
54e30039cd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue