Uses of Class
org.apache.lucene.codecs.TermVectorsFormat
-
Packages that use TermVectorsFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermVectorsFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return TermVectorsFormat Modifier and Type Method Description abstract TermVectorsFormatCodec. termVectorsFormat()Encodes/decodes term vectorsTermVectorsFormatFilterCodec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.codecs.compressing
Subclasses of TermVectorsFormat in org.apache.lucene.codecs.compressing Modifier and Type Class Description classCompressingTermVectorsFormatATermVectorsFormatthat compresses chunks of documents together in order to improve the compression ratio. -
Uses of TermVectorsFormat in org.apache.lucene.codecs.lucene50
Subclasses of TermVectorsFormat in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description classLucene50TermVectorsFormatLucene 5.0term vectors format. -
Uses of TermVectorsFormat in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as TermVectorsFormat Modifier and Type Field Description private TermVectorsFormatLucene70Codec. vectorsFormatMethods in org.apache.lucene.codecs.lucene70 that return TermVectorsFormat Modifier and Type Method Description TermVectorsFormatLucene70Codec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as TermVectorsFormat Modifier and Type Field Description private TermVectorsFormatLucene80Codec. vectorsFormatMethods in org.apache.lucene.codecs.lucene80 that return TermVectorsFormat Modifier and Type Method Description TermVectorsFormatLucene80Codec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as TermVectorsFormat Modifier and Type Field Description private TermVectorsFormatLucene84Codec. vectorsFormatMethods in org.apache.lucene.codecs.lucene84 that return TermVectorsFormat Modifier and Type Method Description TermVectorsFormatLucene84Codec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as TermVectorsFormat Modifier and Type Field Description private TermVectorsFormatLucene86Codec. vectorsFormatMethods in org.apache.lucene.codecs.lucene86 that return TermVectorsFormat Modifier and Type Method Description TermVectorsFormatLucene86Codec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as TermVectorsFormat Modifier and Type Field Description private TermVectorsFormatLucene87Codec. vectorsFormatMethods in org.apache.lucene.codecs.lucene87 that return TermVectorsFormat Modifier and Type Method Description TermVectorsFormatLucene87Codec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.codecs.simpletext
Subclasses of TermVectorsFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description classSimpleTextTermVectorsFormatplain text term vectors format.Fields in org.apache.lucene.codecs.simpletext declared as TermVectorsFormat Modifier and Type Field Description private TermVectorsFormatSimpleTextCodec. vectorsFormatMethods in org.apache.lucene.codecs.simpletext that return TermVectorsFormat Modifier and Type Method Description TermVectorsFormatSimpleTextCodec. termVectorsFormat() -
Uses of TermVectorsFormat in org.apache.lucene.index
Fields in org.apache.lucene.index declared as TermVectorsFormat Modifier and Type Field Description private static TermVectorsFormatSortingTermVectorsConsumer. TEMP_TERM_VECTORS_FORMAT
-