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, weight
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class Query
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.