git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-05-30 15:23:39 +00:00
parent 5a8c52dbc1
commit 6ac3ef5f6a
1 changed files with 1 additions and 1 deletions

View File

@ -1176,7 +1176,7 @@ API Changes
using external norms, too. (Uwe Schindler, Robert Muir)
* LUCENE-3735: PayloadProcessorProvider was changed to return a
ReaderPayloadProcessor instead of DirPayloadProcessor. The selction
ReaderPayloadProcessor instead of DirPayloadProcessor. The selection
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)