public abstract class SolrFilter extends Filter
| Constructor and Description |
|---|
SolrFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
createWeight(Map context,
IndexSearcher searcher)
Implementations should propagate createWeight to sub-ValueSources which can store weight info in the context.
|
DocIdSet |
getDocIdSet(LeafReaderContext context,
Bits acceptDocs) |
abstract DocIdSet |
getDocIdSet(Map context,
LeafReaderContext readerContext,
Bits acceptDocs) |
public abstract void createWeight(Map context, IndexSearcher searcher) throws IOException
IOExceptionpublic abstract DocIdSet getDocIdSet(Map context, LeafReaderContext readerContext, Bits acceptDocs) throws IOException
IOExceptionpublic DocIdSet getDocIdSet(LeafReaderContext context, Bits acceptDocs) throws IOException
getDocIdSet in class FilterIOExceptionCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.