LUCENE-3761: add CHANGES entry to trunk

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shai Erera 2012-02-15 06:40:52 +00:00
parent cea3acb111
commit 066ad7dc4d
1 changed files with 5 additions and 0 deletions

View File

@ -405,6 +405,11 @@ API Changes
long instead of int (to enable distributed scoring of > 2B docs).
(Yonik Seeley, Andrzej Bialecki, Robert Muir)
* 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)
New features
* LUCENE-2604: Added RegexpQuery support to QueryParser. Regular expressions