mirror of https://github.com/apache/lucene.git
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:
parent
7ac73cb0a6
commit
644a4b356f
|
@ -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{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue