mirror of https://github.com/apache/lucene.git
SOLR-2888, Oops, ack for Robert (merge sort code, reviews). Sorry Robert.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92de7e8848
commit
c4ff0a758a
|
@ -202,7 +202,7 @@ Optimizations
|
|||
* SOLR-2888: FSTSuggester refactoring: internal storage is now UTF-8,
|
||||
external sorting (on disk) prevents OOMs even with large data sets
|
||||
(the bottleneck is now FST construction), code cleanups and API cleanups.
|
||||
(Dawid Weiss)
|
||||
(Dawid Weiss, Robert Muir)
|
||||
|
||||
* SOLR-1875: Per-segment field faceting for single valued string fields.
|
||||
Enable with facet.method=fcs, control the number of threads used with
|
||||
|
|
Loading…
Reference in New Issue