Uses of Class
org.apache.lucene.codecs.SegmentInfoReader
-
Packages that use SegmentInfoReader Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene3x Codec to support Lucene 3.x indexes (readonly)org.apache.lucene.codecs.lucene40 Lucene 4.0 file format.org.apache.lucene.codecs.lucene46 Lucene 4.6 file format. -
-
Uses of SegmentInfoReader in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return SegmentInfoReader Modifier and Type Method Description abstract SegmentInfoReaderSegmentInfoFormat. getSegmentInfoReader()Returns theSegmentInfoReaderfor readingSegmentInfoinstances. -
Uses of SegmentInfoReader in org.apache.lucene.codecs.lucene3x
Subclasses of SegmentInfoReader in org.apache.lucene.codecs.lucene3x Modifier and Type Class Description classLucene3xSegmentInfoReaderDeprecated.Only for reading existing 3.x indexesMethods in org.apache.lucene.codecs.lucene3x that return SegmentInfoReader Modifier and Type Method Description SegmentInfoReaderLucene3xSegmentInfoFormat. getSegmentInfoReader()Deprecated. -
Uses of SegmentInfoReader in org.apache.lucene.codecs.lucene40
Subclasses of SegmentInfoReader in org.apache.lucene.codecs.lucene40 Modifier and Type Class Description classLucene40SegmentInfoReaderDeprecated.Only for reading old 4.0-4.5 segmentsMethods in org.apache.lucene.codecs.lucene40 that return SegmentInfoReader Modifier and Type Method Description SegmentInfoReaderLucene40SegmentInfoFormat. getSegmentInfoReader()Deprecated. -
Uses of SegmentInfoReader in org.apache.lucene.codecs.lucene46
Subclasses of SegmentInfoReader in org.apache.lucene.codecs.lucene46 Modifier and Type Class Description classLucene46SegmentInfoReaderLucene 4.6 implementation ofSegmentInfoReader.Methods in org.apache.lucene.codecs.lucene46 that return SegmentInfoReader Modifier and Type Method Description SegmentInfoReaderLucene46SegmentInfoFormat. getSegmentInfoReader()
-