mirror of https://github.com/apache/lucene.git
sync 3.6 CHANGES.txt sections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302600 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b3ff33e46
commit
a6a6d43f37
|
@ -765,9 +765,10 @@ Changes in backwards compatibility policy
|
||||||
* LUCENE-3712: Removed unused and untested ReaderUtil#subReader methods.
|
* LUCENE-3712: Removed unused and untested ReaderUtil#subReader methods.
|
||||||
(Uwe Schindler)
|
(Uwe Schindler)
|
||||||
|
|
||||||
* LUCENE-3672: Deprecate Directory.fileModified and
|
* LUCENE-3672: Deprecate Directory.fileModified,
|
||||||
IndexCommit.getTimestamp and .getVersion. (Andrzej Bialecki, Robert
|
IndexCommit.getTimestamp and .getVersion and
|
||||||
Muir, Mike McCandless)
|
IndexReader.lastModified and getCurrentVersion (Andrzej Bialecki,
|
||||||
|
Robert Muir, Mike McCandless)
|
||||||
|
|
||||||
* LUCENE-3760: In IndexReader/DirectoryReader, deprecate static
|
* LUCENE-3760: In IndexReader/DirectoryReader, deprecate static
|
||||||
methods getCurrentVersion and getCommitUserData, and non-static
|
methods getCurrentVersion and getCommitUserData, and non-static
|
||||||
|
@ -851,10 +852,14 @@ API Changes
|
||||||
create two NRTManagers (one always applying deletes and the other
|
create two NRTManagers (one always applying deletes and the other
|
||||||
never applying deletes). (MJB, Shai Erera, Mike McCandless)
|
never applying deletes). (MJB, Shai Erera, Mike McCandless)
|
||||||
|
|
||||||
|
* LUCENE-3761: Generalize SearcherManager into an abstract ReferenceManager.
|
||||||
|
SearcherManager remains a concrete class, but due to the refactoring, the
|
||||||
|
method maybeReopen has been deprecated in favor of maybeRefresh().
|
||||||
|
(Shai Erera, Mike McCandless, Simon Willnauer)
|
||||||
|
|
||||||
* LUCENE-3776: You now acquire/release the IndexSearcher directly from
|
* LUCENE-3776: You now acquire/release the IndexSearcher directly from
|
||||||
NRTManager. (Mike McCandless)
|
NRTManager. (Mike McCandless)
|
||||||
|
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
||||||
* LUCENE-3593: Added a FieldValueFilter that accepts all documents that either
|
* LUCENE-3593: Added a FieldValueFilter that accepts all documents that either
|
||||||
|
@ -894,7 +899,6 @@ New Features
|
||||||
* LUCENE-3789: Expose MTQ TermsEnum via RewriteMethod for non package private
|
* LUCENE-3789: Expose MTQ TermsEnum via RewriteMethod for non package private
|
||||||
access (Simon Willnauer)
|
access (Simon Willnauer)
|
||||||
|
|
||||||
|
|
||||||
Bug fixes
|
Bug fixes
|
||||||
|
|
||||||
* LUCENE-3595: Fixed FieldCacheRangeFilter and FieldCacheTermsFilter
|
* LUCENE-3595: Fixed FieldCacheRangeFilter and FieldCacheTermsFilter
|
||||||
|
|
Loading…
Reference in New Issue