From c7188a03a30c4b30181d8f1e3de27580f47a2c88 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Thu, 19 Sep 2013 16:37:31 +0000 Subject: [PATCH] LUCENE-5222: add CHANGES entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1524779 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 4f8d2506713..34d0c635bd2 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -71,6 +71,13 @@ Bug Fixes * LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead 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 * LUCENE-5204: Directory doesn't have default implementations for