Uses of Class
org.apache.lucene.codecs.MultiLevelSkipListReader
Packages that use MultiLevelSkipListReader
Package
Description
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 8.4 index format.
-
Uses of MultiLevelSkipListReader in org.apache.lucene.codecs.lucene50
Subclasses of MultiLevelSkipListReader in org.apache.lucene.codecs.lucene50Modifier and TypeClassDescription(package private) final class(package private) classImplements the skip list reader for block postings format that stores positions and payloads. -
Uses of MultiLevelSkipListReader in org.apache.lucene.codecs.lucene84
Subclasses of MultiLevelSkipListReader in org.apache.lucene.codecs.lucene84Modifier and TypeClassDescription(package private) final class(package private) classImplements the skip list reader for block postings format that stores positions and payloads.