Uses of Class
org.apache.lucene.codecs.LiveDocsFormat
-
Packages that use LiveDocsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format. -
-
Uses of LiveDocsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return LiveDocsFormat Modifier and Type Method Description abstract LiveDocsFormat
Codec. liveDocsFormat()
Encodes/decodes live docsLiveDocsFormat
FilterCodec. liveDocsFormat()
-
Uses of LiveDocsFormat in org.apache.lucene.codecs.lucene90
Subclasses of LiveDocsFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90LiveDocsFormat
Lucene 9.0 live docs formatMethods in org.apache.lucene.codecs.lucene90 that return LiveDocsFormat Modifier and Type Method Description LiveDocsFormat
Lucene90Codec. liveDocsFormat()
-