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
IOException
public abstract DocIdSet getDocIdSet(Map context, AtomicReaderContext readerContext, Bits acceptDocs) throws IOException
IOException
public DocIdSet getDocIdSet(AtomicReaderContext context, Bits acceptDocs) throws IOException
getDocIdSet
in class Filter
IOException
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.