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