public static class SolrIndexSearcher.ProcessedFilter extends Object
SolrIndexSearcher.getProcessedFilter(DocSet, 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.| Modifier and Type | Field and Description |
|---|---|
DocSet |
answer |
Filter |
filter |
DelegatingCollector |
postFilter |
| Constructor and Description |
|---|
ProcessedFilter() |
public DocSet answer
public Filter filter
public DelegatingCollector postFilter
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.