public abstract class RandomAccessFilter
extends org.apache.lucene.search.Filter
| Constructor and Description |
|---|
RandomAccessFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.IndexReader reader) |
double |
getFacetSelectivity(BoboIndexReader reader) |
abstract RandomAccessDocIdSet |
getRandomAccessDocIdSet(BoboIndexReader reader) |
public org.apache.lucene.search.DocIdSet getDocIdSet(org.apache.lucene.index.IndexReader reader)
throws IOException
getDocIdSet in class org.apache.lucene.search.FilterIOExceptionpublic abstract RandomAccessDocIdSet getRandomAccessDocIdSet(BoboIndexReader reader) throws IOException
IOExceptionpublic double getFacetSelectivity(BoboIndexReader reader)
Copyright © 2005–2013. All rights reserved.