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:
Robert Muir 2013-09-19 16:37:31 +00:00
parent e2573a6bba
commit c7188a03a3
1 changed files with 7 additions and 0 deletions

View File

@ -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