mirror of https://github.com/apache/lucene.git
Added CachingWrapperFilter to change list
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
899c3b1ec3
commit
bfafa1b216
|
@ -5,7 +5,7 @@ $Id$
|
|||
1.3 RC2
|
||||
|
||||
1. Added getFieldNames(boolean) to IndexReader, SegmentReader, and
|
||||
SegmentsReader. (Julien Nioche via otis)
|
||||
SegmentsReader. (Julien Nioche via otis)
|
||||
|
||||
2. Changed file locking to place lock files in
|
||||
System.getProperty("java.io.tmpdir"), where all users are
|
||||
|
@ -33,6 +33,8 @@ $Id$
|
|||
is present in multiple segments.
|
||||
(Christoph Goller via Otis)
|
||||
|
||||
8. Added CachingWrapperFilter.
|
||||
|
||||
|
||||
1.3 RC1
|
||||
|
||||
|
|
Loading…
Reference in New Issue