org.apache.lucene.search
public class BoostingQuery extends Query
| Constructor and Description |
|---|
BoostingQuery(Query match,
Query context,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
Query |
rewrite(IndexReader reader) |
String |
toString(String field) |
clone, combine, createWeight, extractTerms, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weightpublic Query rewrite(IndexReader reader) throws IOException
rewrite in class QueryIOExceptionCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.