Uses of Class
org.apache.lucene.codecs.FieldInfosReader
-
Packages that use FieldInfosReader Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene40 Lucene 4.0 file format.org.apache.lucene.codecs.lucene42 Lucene 4.2 file format.org.apache.lucene.codecs.lucene46 Lucene 4.6 file format. -
-
Uses of FieldInfosReader in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FieldInfosReader Modifier and Type Method Description abstract FieldInfosReader
FieldInfosFormat. getFieldInfosReader()
Returns aFieldInfosReader
to read field infos from the index -
Uses of FieldInfosReader in org.apache.lucene.codecs.lucene40
Methods in org.apache.lucene.codecs.lucene40 that return FieldInfosReader Modifier and Type Method Description FieldInfosReader
Lucene40FieldInfosFormat. getFieldInfosReader()
Deprecated. -
Uses of FieldInfosReader in org.apache.lucene.codecs.lucene42
Methods in org.apache.lucene.codecs.lucene42 that return FieldInfosReader Modifier and Type Method Description FieldInfosReader
Lucene42FieldInfosFormat. getFieldInfosReader()
Deprecated. -
Uses of FieldInfosReader in org.apache.lucene.codecs.lucene46
Methods in org.apache.lucene.codecs.lucene46 that return FieldInfosReader Modifier and Type Method Description FieldInfosReader
Lucene46FieldInfosFormat. getFieldInfosReader()
-