public abstract class SolrFilter
extends org.apache.lucene.search.Filter
| Constructor and Description |
|---|
SolrFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
createWeight(Map context,
org.apache.lucene.search.IndexSearcher searcher)
Implementations should propagate createWeight to sub-ValueSources which can store weight info in the context.
|
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
abstract org.apache.lucene.search.DocIdSet |
getDocIdSet(Map context,
org.apache.lucene.index.AtomicReaderContext readerContext,
org.apache.lucene.util.Bits acceptDocs) |
public abstract void createWeight(Map context, org.apache.lucene.search.IndexSearcher searcher) throws IOException
IOExceptionpublic abstract org.apache.lucene.search.DocIdSet getDocIdSet(Map context, org.apache.lucene.index.AtomicReaderContext readerContext, org.apache.lucene.util.Bits acceptDocs) throws IOException
IOExceptionpublic org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs)
throws IOException
getDocIdSet in class org.apache.lucene.search.FilterIOExceptionCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.