From 9e67c12c53d64d1c3dec165c5bc37560a23653c3 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Wed, 1 Feb 2012 11:36:50 +0000 Subject: [PATCH] Merged CHANGES.txt for LUCENE-3735 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239086 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8679f689d8d..5593e303d17 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -777,6 +777,12 @@ API Changes In Lucene 4.0, SimilarityProvider will allow you to customize scoring using external norms, too. (Uwe Schindler, Robert Muir) +* LUCENE-3735: PayloadProcessorProvider was changed to return a + ReaderPayloadProcessor instead of DirPayloadProcessor. The selction + of the provider to return for the factory is now based on the IndexReader + to be merged. To mimic the old behaviour, just use IndexReader.directory() + for choosing the provider by Directory. (Uwe Schindler) + New Features * LUCENE-3593: Added a FieldValueFilter that accepts all documents that either