Uses of Class
org.apache.lucene.codecs.MultiLevelSkipListReader
Packages that use MultiLevelSkipListReader
Package
Description
Lucene 5.0 file format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Lucene 9.9 file format.
Simpletext Codec: writes human readable postings.
-
Uses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene50
Subclasses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene50Modifier and TypeClassDescription(package private) final class
(package private) class
Implements the skip list reader for block postings format that stores positions and payloads. -
Uses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene84
Subclasses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene84Modifier and TypeClassDescription(package private) final class
(package private) class
Implements the skip list reader for block postings format that stores positions and payloads. -
Uses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene90
Subclasses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene90Modifier and TypeClassDescription(package private) final class
(package private) class
Implements the skip list reader for block postings format that stores positions and payloads. -
Uses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene99
Subclasses of MultiLevelSkipListReader in org.apache.lucene.backward_codecs.lucene99Modifier and TypeClassDescription(package private) final class
class
Implements the skip list reader for block postings format that stores positions and payloads. -
Uses of MultiLevelSkipListReader in org.apache.lucene.codecs.simpletext
Subclasses of MultiLevelSkipListReader in org.apache.lucene.codecs.simpletextModifier and TypeClassDescription(package private) class
This class reads skip lists with multiple levels.