public class SolrConstantScoreQuery extends ConstantScoreQuery implements ExtendedQuery
Modifier and Type | Class and Description |
---|---|
protected class |
SolrConstantScoreQuery.ConstantScorer |
protected class |
SolrConstantScoreQuery.ConstantWeight |
filter, query
Constructor and Description |
---|
SolrConstantScoreQuery(Filter filter) |
Modifier and Type | Method and Description |
---|---|
Weight |
createWeight(Searcher searcher) |
boolean |
equals(Object o)
Returns true if
o is equal to this. |
void |
extractTerms(Set terms) |
boolean |
getCache()
Should this query be cached in the query cache or filter cache.
|
boolean |
getCacheSep()
If true, the clauses of this boolean query should be cached separately.
|
int |
getCost()
Returns the cost of this query, used to order checking of filters that are not cached.
|
Filter |
getFilter()
Returns the encapsulated filter
|
int |
hashCode()
Returns a hash code value for this object.
|
Query |
rewrite(IndexReader reader) |
void |
setCache(boolean cache) |
void |
setCacheSep(boolean cacheSep) |
void |
setCost(int cost) |
String |
toString(String field)
Prints a user-readable version of this query.
|
getQuery
clone, combine, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weight
public SolrConstantScoreQuery(Filter filter)
public Filter getFilter()
getFilter
in class ConstantScoreQuery
public void setCache(boolean cache)
setCache
in interface ExtendedQuery
public boolean getCache()
ExtendedQuery
getCache
in interface ExtendedQuery
public void setCacheSep(boolean cacheSep)
setCacheSep
in interface ExtendedQuery
public boolean getCacheSep()
ExtendedQuery
getCacheSep
in interface ExtendedQuery
public void setCost(int cost)
setCost
in interface ExtendedQuery
public int getCost()
ExtendedQuery
getCost
in interface ExtendedQuery
public Query rewrite(IndexReader reader) throws IOException
rewrite
in class ConstantScoreQuery
IOException
public void extractTerms(Set terms)
extractTerms
in class ConstantScoreQuery
public Weight createWeight(Searcher searcher)
createWeight
in class ConstantScoreQuery
public String toString(String field)
toString
in class ConstantScoreQuery
public boolean equals(Object o)
o
is equal to this.equals
in class ConstantScoreQuery
public int hashCode()
hashCode
in class ConstantScoreQuery