public class BoostingQuery extends Query
| Constructor and Description |
|---|
BoostingQuery(Query match,
Query context,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Query |
rewrite(IndexReader reader)
Expert: called to re-write queries into primitive queries.
|
String |
toString(String field)
Prints a query to a string, with
field assumed to be the
default field and omitted. |
clone, createWeight, extractTerms, getBoost, setBoost, toStringpublic Query rewrite(IndexReader reader) throws IOException
Queryrewrite in class QueryIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved