Author: hossman
Date: Tue Apr 15 16:53:44 2008
New Revision: 648460
URL: http://svn.apache.org/viewvc?rev=648460&view=rev
Log:
fixing comment about SOLR-330 (it's a new optimization, it was not magically
added to Solr 1.1)
Modified:
lucene/solr/trunk/CHANGES.txt
Modified: lucene/solr/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=648460&r1=648459&r2=648460&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Tue Apr 15 16:53:44 2008
@@ -276,6 +276,9 @@
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 @@
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