Uses of Class
org.apache.lucene.codecs.MultiLevelSkipListWriter
Packages that use MultiLevelSkipListWriter
Package
Description
Lucene 9.0 file format.
Lucene 9.9 file format.
Simpletext Codec: writes human readable postings.
-
Uses of MultiLevelSkipListWriter in org.apache.lucene.backward_codecs.lucene90
Subclasses of MultiLevelSkipListWriter in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescription(package private) final class
Write skip lists with multiple levels, and support skip within block ints. -
Uses of MultiLevelSkipListWriter in org.apache.lucene.backward_codecs.lucene99
Subclasses of MultiLevelSkipListWriter in org.apache.lucene.backward_codecs.lucene99Modifier and TypeClassDescriptionfinal class
Write skip lists with multiple levels, and support skip within block ints. -
Uses of MultiLevelSkipListWriter in org.apache.lucene.codecs.simpletext
Subclasses of MultiLevelSkipListWriter in org.apache.lucene.codecs.simpletextModifier and TypeClassDescription(package private) class
plain text skip data.