mirror of https://github.com/apache/lucene.git
LUCENE-5222: add CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2573a6bba
commit
c7188a03a3
|
@ -71,6 +71,13 @@ Bug Fixes
|
||||||
* LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead
|
* LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead
|
||||||
of IOContext.READ (Shikhar Bhushan via Mike McCandless)
|
of IOContext.READ (Shikhar Bhushan via Mike McCandless)
|
||||||
|
|
||||||
|
API Changes:
|
||||||
|
|
||||||
|
* LUCENE-5222: Add SortField.needsScores(). Previously it was not possible
|
||||||
|
for a custom Sort that makes use of the relevance score to work correctly
|
||||||
|
with IndexSearcher when an ExecutorService is specified.
|
||||||
|
(Ryan Ernst, Mike McCandless, Robert Muir)
|
||||||
|
|
||||||
Changes in backwards compatibility policy
|
Changes in backwards compatibility policy
|
||||||
|
|
||||||
* LUCENE-5204: Directory doesn't have default implementations for
|
* LUCENE-5204: Directory doesn't have default implementations for
|
||||||
|
|
Loading…
Reference in New Issue