You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/02/01 12:36:50 UTC

svn commit: r1239086 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: uschindler
Date: Wed Feb  1 11:36:50 2012
New Revision: 1239086

URL: http://svn.apache.org/viewvc?rev=1239086&view=rev
Log:
Merged CHANGES.txt for LUCENE-3735

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1239086&r1=1239085&r2=1239086&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Wed Feb  1 11:36:50 2012
@@ -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