Uses of Class
org.apache.lucene.codecs.FieldInfosFormat
-
Packages that use FieldInfosFormat Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene50for an overview of the index format.org.apache.lucene.codecs.lucene60 Components from the Lucene 6.0 index format.org.apache.lucene.codecs.lucene70 Lucene 7.0 file format. -
-
Uses of FieldInfosFormat in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldInfosFormat Modifier and Type Method Description abstract FieldInfosFormatCodec. fieldInfosFormat()Encodes/decodes field infos fileFieldInfosFormatFilterCodec. fieldInfosFormat() -
Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene50
Subclasses of FieldInfosFormat in org.apache.lucene.codecs.lucene50 Modifier and Type Class Description classLucene50FieldInfosFormatLucene 5.0 Field Infos format. -
Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene60
Subclasses of FieldInfosFormat in org.apache.lucene.codecs.lucene60 Modifier and Type Class Description classLucene60FieldInfosFormatLucene 6.0 Field Infos format. -
Uses of FieldInfosFormat in org.apache.lucene.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 that return FieldInfosFormat Modifier and Type Method Description FieldInfosFormatLucene70Codec. fieldInfosFormat()
-