mirror of https://github.com/apache/lucene.git
Merged CHANGES.txt for LUCENE-3735
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
995c5b9ef1
commit
9e67c12c53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue