Package org.apache.solr.search
Class SolrIndexSearcher.ProcessedFilter
java.lang.Object
org.apache.solr.search.SolrIndexSearcher.ProcessedFilter
- Enclosing class:
SolrIndexSearcher
INTERNAL: The response object from
SolrIndexSearcher.getProcessedFilter(List). Holds a filter and
postFilter pair that together match a set of documents. Either of them may be null, in which
case the semantics are to match everything.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.apache.lucene.search.Query -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
answer
-
filter
public org.apache.lucene.search.Query filter -
postFilter
-
-
Constructor Details
-
ProcessedFilter
public ProcessedFilter()
-