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, toStringclone, combine, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weightfinalize, getClass, notify, notifyAll, wait, wait, waitgetCache, getCacheSep, getCost, setCache, setCacheSep, setCostfinal ValueSourceRangeFilter rangeFilt
public FunctionRangeQuery(ValueSourceRangeFilter filter)
public DelegatingCollector getFilterCollector(org.apache.lucene.search.IndexSearcher searcher)
PostFiltergetFilterCollector in interface PostFilter