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:
Michael McCandless 2009-10-01 12:45:05 +00:00
parent fa3e8b870c
commit 009c1d4ca5
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import java.io.IOException;
* {@link org.apache.lucene.index.Term} occurs. * {@link org.apache.lucene.index.Term} occurs.
* <p> * <p>
* In order to take advantage of this, you must override * 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. * which returns 1 by default.
* <p> * <p>
* Payload scores are aggregated using a pluggable {@link PayloadFunction}. * Payload scores are aggregated using a pluggable {@link PayloadFunction}.