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(AtomicReaderContext context,
Bits acceptDocs) |
abstract DocIdSet |
getDocIdSet(Map context,
AtomicReaderContext readerContext,
Bits acceptDocs) |
public abstract void createWeight(Map context, IndexSearcher searcher) throws IOException
IOExceptionpublic abstract DocIdSet getDocIdSet(Map context, AtomicReaderContext readerContext, Bits acceptDocs) throws IOException
IOExceptionpublic DocIdSet getDocIdSet(AtomicReaderContext context, Bits acceptDocs) throws IOException
getDocIdSet in class FilterIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.