mirror of https://github.com/apache/lucene.git
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:
parent
cea3acb111
commit
066ad7dc4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue