public abstract class SolrFilter extends Filter
| Constructor and Description |
|---|
SolrFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
createWeight(Map context,
Searcher searcher)
Implementations should propagate createWeight to sub-ValueSources which can store weight info in the context.
|
DocIdSet |
getDocIdSet(IndexReader reader) |
abstract DocIdSet |
getDocIdSet(Map context,
IndexReader reader) |
public abstract void createWeight(Map context, Searcher searcher) throws IOException
IOExceptionpublic abstract DocIdSet getDocIdSet(Map context, IndexReader reader) throws IOException
IOExceptionpublic DocIdSet getDocIdSet(IndexReader reader) throws IOException
getDocIdSet in class FilterIOException