Uses of Interface
org.apache.lucene.util.BytesRefIterator
Packages that use BytesRefIterator
Package
Description
Code to maintain and access indices.
Code to search indices.
Some utility classes.
-
Uses of BytesRefIterator in org.apache.lucene.index
Classes in org.apache.lucene.index that implement BytesRefIteratorModifier and TypeClassDescriptionstatic classBase class for filteringTermsEnumimplementations.classAbstract class for enumerating a subset of all terms.final classfinal classSubclass of FilteredTermsEnum for enumerating a single term.classIterator to seek (TermsEnum.seekCeil(BytesRef),TermsEnum.seekExact(BytesRef)) or step through (next()terms to obtain frequency information (TermsEnum.docFreq()),DocsEnumorDocsAndPositionsEnumfor the current term (TermsEnum.docs(org.apache.lucene.util.Bits, org.apache.lucene.index.DocsEnum). -
Uses of BytesRefIterator in org.apache.lucene.search
Classes in org.apache.lucene.search that implement BytesRefIteratorModifier and TypeClassDescriptionclassSubclass of TermsEnum for enumerating all terms that are similar to the specified filter term.classSubclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term.classSubclass of FilteredTermEnum for enumerating all terms that match the specified range parameters. -
Uses of BytesRefIterator in org.apache.lucene.util
Fields in org.apache.lucene.util declared as BytesRefIteratorModifier and TypeFieldDescriptionstatic final BytesRefIteratorBytesRefIterator.EMPTYSingleton BytesRefIterator that iterates over 0 BytesRefs.