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.LeafReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
abstract org.apache.lucene.search.DocIdSet |
getDocIdSet(Map context,
org.apache.lucene.index.LeafReaderContext readerContext,
org.apache.lucene.util.Bits acceptDocs) |
public abstract void createWeight(Map context, org.apache.lucene.search.IndexSearcher searcher) throws IOException
IOException
public abstract org.apache.lucene.search.DocIdSet getDocIdSet(Map context, org.apache.lucene.index.LeafReaderContext readerContext, org.apache.lucene.util.Bits acceptDocs) throws IOException
IOException
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.util.Bits acceptDocs) throws IOException
getDocIdSet
in class org.apache.lucene.search.Filter
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.