Constructor and Description |
---|
BoostedQuery(Query subQuery,
ValueSource boostVal) |
Modifier and Type | Method and Description |
---|---|
Weight |
createWeight(IndexSearcher searcher,
boolean needsScores) |
boolean |
equals(Object o) |
void |
extractTerms(Set<Term> terms) |
Query |
getQuery() |
ValueSource |
getValueSource() |
int |
hashCode() |
Query |
rewrite(IndexReader reader) |
String |
toString(String field) |
public BoostedQuery(Query subQuery, ValueSource boostVal)
public Query getQuery()
public ValueSource getValueSource()
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class Query
IOException
public void extractTerms(Set<Term> terms)
extractTerms
in class Query
public Weight createWeight(IndexSearcher searcher, boolean needsScores) throws IOException
createWeight
in class Query
IOException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.