mirror of https://github.com/apache/lucene.git
fixing comment about SOLR-330 (it's a new optimization, it was not magically added to Solr 1.1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648460 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7bcf99813d
commit
a2d155e447
|
@ -276,6 +276,9 @@ Optimizations
|
|||
depends on the types of documents in use. 32 should be a good starting point, but reports have shown up to 48 MB provides
|
||||
good results. Note, it is acceptable to set both ramBufferSizeMB and maxBufferedDocs, and Lucene will flush based on whichever
|
||||
limit is reached first. (gsingers)
|
||||
|
||||
7. SOLR-330: Converted TokenStreams to use Lucene's new char array based
|
||||
capabilities. (gsingers)
|
||||
|
||||
Bug Fixes
|
||||
1. Make TextField respect sortMissingFirst and sortMissingLast fields.
|
||||
|
@ -894,7 +897,6 @@ Optimizations
|
|||
a single token per document (not multiValued & not tokenized) by using the
|
||||
Lucene FieldCache entry for that field to tally term counts. The first request
|
||||
utilizing the FieldCache will take longer than subsequent ones.
|
||||
7. Converted TokenStreams to use Lucene's new char array based capabilities. (SOLR-330, gsingers)
|
||||
|
||||
Bug Fixes
|
||||
1. Fixed delete-by-id for field types who's indexed form is different
|
||||
|
|
Loading…
Reference in New Issue