From 9995a846984c6300dee44aa582195cee89bd51f8 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 30 Jun 2009 11:21:35 +0000 Subject: [PATCH] Sorry, used TABS instead spaces in CHANGES.txt update. Fixed. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@789683 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f50b90cc48c..214e490662e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -386,11 +386,11 @@ Bug fixes need to create many RangeFilters with varying lower/upper bounds, then this is likely a much faster way to create the filters than RangeFilter. FieldCacheRangeFilter allows ranges on all data types, - FieldCache supports (term ranges, byte, short, int, long, float, double). - However, it comes at the expense of added RAM consumption and slower - first-time usage due to populating the FieldCache. It also does not - support collation (Tim Sturge, Matt Ericson via Mike McCandless and - Uwe Schindler) + FieldCache supports (term ranges, byte, short, int, long, float, double). + However, it comes at the expense of added RAM consumption and slower + first-time usage due to populating the FieldCache. It also does not + support collation (Tim Sturge, Matt Ericson via Mike McCandless and + Uwe Schindler) 8. LUCENE-1296: add protected method CachingWrapperFilter.docIdSetToCache to allow subclasses to choose which DocIdSet implementation to use