mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
f3896a58df
commit
9995a84698
10
CHANGES.txt
10
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
|
||||
|
|
Loading…
Reference in New Issue