mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1344306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a8c52dbc1
commit
6ac3ef5f6a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue