class FunctionRangeQuery extends SolrConstantScoreQuery implements PostFilter
Modifier and Type | Class and Description |
---|---|
(package private) class |
FunctionRangeQuery.FunctionRangeCollector |
SolrConstantScoreQuery.ConstantScorer, SolrConstantScoreQuery.ConstantWeight
Modifier and Type | Field and Description |
---|---|
(package private) ValueSourceRangeFilter |
rangeFilt |
cache, cost
Constructor and Description |
---|
FunctionRangeQuery(ValueSourceRangeFilter filter) |
Modifier and Type | Method and Description |
---|---|
DelegatingCollector |
getFilterCollector(org.apache.lucene.search.IndexSearcher searcher)
Returns a DelegatingCollector to be run after the main query and all of it's filters, but before any sorting or grouping collectors
|
createWeight, equals, extractTerms, getCache, getCacheSep, getCost, getFilter, hashCode, rewrite, setCache, setCacheSep, setCost, toString
clone, combine, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weight
finalize, getClass, notify, notifyAll, wait, wait, wait
getCache, getCacheSep, getCost, setCache, setCacheSep, setCost
final ValueSourceRangeFilter rangeFilt
public FunctionRangeQuery(ValueSourceRangeFilter filter)
public DelegatingCollector getFilterCollector(org.apache.lucene.search.IndexSearcher searcher)
PostFilter
getFilterCollector
in interface PostFilter