Uses of Class
org.apache.lucene.sandbox.codecs.idversion.IDVersionSegmentTermsEnum
-
Packages that use IDVersionSegmentTermsEnum Package Description org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version. -
-
Uses of IDVersionSegmentTermsEnum in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as IDVersionSegmentTermsEnum Modifier and Type Field Description private IDVersionSegmentTermsEnum
IDVersionSegmentTermsEnumFrame. ste
Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type IDVersionSegmentTermsEnum Constructor Description IDVersionSegmentTermsEnumFrame(IDVersionSegmentTermsEnum ste, int ord)
-