mirror of https://github.com/apache/lucene.git
LUCENE-1928: fix javadoc for PayloadTermQuery to not refer to deprecated scorePayload API
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@820634 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fa3e8b870c
commit
009c1d4ca5
|
@ -40,7 +40,7 @@ import java.io.IOException;
|
|||
* {@link org.apache.lucene.index.Term} occurs.
|
||||
* <p>
|
||||
* In order to take advantage of this, you must override
|
||||
* {@link org.apache.lucene.search.Similarity#scorePayload(String, byte[],int,int)}
|
||||
* {@link org.apache.lucene.search.Similarity#scorePayload(int, String, int, int, byte[],int,int)}
|
||||
* which returns 1 by default.
|
||||
* <p>
|
||||
* Payload scores are aggregated using a pluggable {@link PayloadFunction}.
|
||||
|
|
Loading…
Reference in New Issue