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:
Chris M. Hostetter 2008-04-15 23:53:44 +00:00
parent 7bcf99813d
commit a2d155e447
1 changed files with 3 additions and 1 deletions

View File

@ -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