protected class FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet extends DocIdSet
| Modifier and Type | Class and Description |
|---|---|
protected class |
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator |
EMPTY_DOCIDSET| Constructor and Description |
|---|
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet(FieldCache.StringIndex fcsi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCacheable()
This DocIdSet implementation is cacheable.
|
DocIdSetIterator |
iterator()
Provides a
DocIdSetIterator to access the set. |
public FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet(FieldCache.StringIndex fcsi)
public DocIdSetIterator iterator()
DocIdSetDocIdSetIterator to access the set.
This implementation can return null or
DocIdSet.EMPTY_DOCIDSET.iterator() if there
are no docs that match.public boolean isCacheable()
isCacheable in class DocIdSetCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.