public static class CacheKeyFilter.Wrapper extends org.apache.lucene.search.Filter implements CacheKeyFilter
CacheKeyFilter.Key, CacheKeyFilter.Wrapper| Constructor and Description |
|---|
Wrapper(org.apache.lucene.search.Filter filter,
CacheKeyFilter.Key key) |
| Modifier and Type | Method and Description |
|---|---|
CacheKeyFilter.Key |
cacheKey() |
boolean |
equals(Object obj) |
org.apache.lucene.search.DocIdSet |
getDocIdSet(org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs) |
int |
hashCode() |
String |
toString() |
org.apache.lucene.search.Filter |
wrappedFilter() |
public Wrapper(org.apache.lucene.search.Filter filter,
CacheKeyFilter.Key key)
public CacheKeyFilter.Key cacheKey()
cacheKey in interface CacheKeyFilterpublic org.apache.lucene.search.Filter wrappedFilter()
public 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 © 2009–2016. All rights reserved.