Uses of Class
org.apache.lucene.index.FilteredTermsEnum
Packages that use FilteredTermsEnum
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Code to maintain and access indices.
Support for index-time and query-time joins.
-
Uses of FilteredTermsEnum in org.apache.lucene.codecs
Subclasses of FilteredTermsEnum in org.apache.lucene.codecsModifier and TypeClassDescription(package private) static class
-
Uses of FilteredTermsEnum in org.apache.lucene.index
Subclasses of FilteredTermsEnum in org.apache.lucene.indexModifier and TypeClassDescriptionclass
A FilteredTermsEnum that enumerates terms based upon what is accepted by a DFA.final class
Subclass of FilteredTermsEnum for enumerating a single term. -
Uses of FilteredTermsEnum in org.apache.lucene.search.join
Subclasses of FilteredTermsEnum in org.apache.lucene.search.joinModifier and TypeClassDescriptionclass
A filtered TermsEnum that uses a BytesRefHash as a filter