LUCENE-1790: Deprecated BoostingTermQuery

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@803065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2009-08-11 11:34:08 +00:00
parent 7ac73cb0a6
commit 644a4b356f
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ import java.io.IOException;
* Payload scores are averaged across term occurrences in the document. * Payload scores are averaged across term occurrences in the document.
* *
* @see org.apache.lucene.search.Similarity#scorePayload(String, byte[], int, int) * @see org.apache.lucene.search.Similarity#scorePayload(String, byte[], int, int)
*
* @deprecated See {@link org.apache.lucene.search.payloads.BoostingFunctionTermQuery}
*/ */
public class BoostingTermQuery extends BoostingFunctionTermQuery implements PayloadQuery{ public class BoostingTermQuery extends BoostingFunctionTermQuery implements PayloadQuery{