Module org.apache.lucene.core
Package org.apache.lucene.codecs
Class DocValuesConsumer.BitsFilteredTermsEnum
java.lang.Object
org.apache.lucene.index.TermsEnum
org.apache.lucene.index.FilteredTermsEnum
org.apache.lucene.codecs.DocValuesConsumer.BitsFilteredTermsEnum
- All Implemented Interfaces:
BytesRefIterator
- Enclosing class:
- DocValuesConsumer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.index.FilteredTermsEnum
FilteredTermsEnum.AcceptStatus
Nested classes/interfaces inherited from class org.apache.lucene.index.TermsEnum
TermsEnum.SeekStatus
-
Field Summary
FieldsFields inherited from class org.apache.lucene.index.FilteredTermsEnum
actualTerm, tenum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FilteredTermsEnum.AcceptStatus
Return if term is accepted, not accepted or the iteration should ended (and possibly seek).Methods inherited from class org.apache.lucene.index.FilteredTermsEnum
attributes, docFreq, impacts, next, nextSeekTerm, ord, postings, seekCeil, seekExact, seekExact, seekExact, setInitialSeekTerm, term, termState, totalTermFreq
-
Field Details
-
liveTerms
-
-
Constructor Details
-
BitsFilteredTermsEnum
BitsFilteredTermsEnum(TermsEnum in, LongBitSet liveTerms)
-
-
Method Details
-
accept
Description copied from class:FilteredTermsEnum
Return if term is accepted, not accepted or the iteration should ended (and possibly seek).- Specified by:
accept
in classFilteredTermsEnum
- Throws:
IOException
-