protected class

FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet

extends DocIdSet
java.lang.Object
   ↳ org.apache.lucene.search.DocIdSet
     ↳ org.apache.lucene.search.FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet

Summary

Nested Classes
class FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet.FieldCacheTermsFilterDocIdSetIterator  
[Expand]
Inherited Fields
From class org.apache.lucene.search.DocIdSet
Public Constructors
FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet(FieldCache.StringIndex fcsi)
Public Methods
boolean isCacheable()
This DocIdSet implementation is cacheable.
DocIdSetIterator iterator()
Provides a DocIdSetIterator to access the set.
[Expand]
Inherited Methods
From class org.apache.lucene.search.DocIdSet
From class java.lang.Object

Public Constructors

public FieldCacheTermsFilter.FieldCacheTermsFilterDocIdSet (FieldCache.StringIndex fcsi)

Public Methods

public boolean isCacheable ()

This DocIdSet implementation is cacheable.

public DocIdSetIterator iterator ()

Provides a DocIdSetIterator to access the set. This implementation can return null or EMPTY_DOCIDSET.iterator() if there are no docs that match.