|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.codecs.SegmentInfoFormat
org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat
@Deprecated public class Lucene3xSegmentInfoFormat
Lucene3x ReadOnly SegmentInfoFormat implementation
Field Summary | |
---|---|
static String |
DS_COMPOUND_KEY
Deprecated. |
static String |
DS_NAME_KEY
Deprecated. |
static String |
DS_OFFSET_KEY
Deprecated. |
static int |
FORMAT_3_1
Deprecated. Each segment records the Lucene version that created it. |
static int |
FORMAT_DIAGNOSTICS
Deprecated. This format adds optional per-segment String diagnostics storage, and switches userData to Map |
static int |
FORMAT_HAS_VECTORS
Deprecated. Each segment records whether it has term vectors |
static String |
NORMGEN_KEY
Deprecated. |
static String |
NORMGEN_PREFIX
Deprecated. |
static String |
UPGRADED_SI_CODEC_NAME
Deprecated. |
static String |
UPGRADED_SI_EXTENSION
Deprecated. Extension used for saving each SegmentInfo, once a 3.x index is first committed to with 4.0. |
static int |
UPGRADED_SI_VERSION_CURRENT
Deprecated. |
static int |
UPGRADED_SI_VERSION_START
Deprecated. |
Constructor Summary | |
---|---|
Lucene3xSegmentInfoFormat()
Deprecated. |
Method Summary | |
---|---|
static boolean |
getDocStoreIsCompoundFile(SegmentInfo si)
Deprecated. |
static int |
getDocStoreOffset(SegmentInfo si)
Deprecated. |
static String |
getDocStoreSegment(SegmentInfo si)
Deprecated. |
SegmentInfoReader |
getSegmentInfoReader()
Deprecated. |
SegmentInfoWriter |
getSegmentInfoWriter()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FORMAT_DIAGNOSTICS
public static final int FORMAT_HAS_VECTORS
public static final int FORMAT_3_1
public static final String UPGRADED_SI_EXTENSION
public static final String UPGRADED_SI_CODEC_NAME
public static final int UPGRADED_SI_VERSION_START
public static final int UPGRADED_SI_VERSION_CURRENT
public static final String DS_OFFSET_KEY
public static final String DS_NAME_KEY
public static final String DS_COMPOUND_KEY
public static final String NORMGEN_KEY
public static final String NORMGEN_PREFIX
Constructor Detail |
---|
public Lucene3xSegmentInfoFormat()
Method Detail |
---|
public SegmentInfoReader getSegmentInfoReader()
getSegmentInfoReader
in class SegmentInfoFormat
public SegmentInfoWriter getSegmentInfoWriter()
getSegmentInfoWriter
in class SegmentInfoFormat
public static int getDocStoreOffset(SegmentInfo si)
public static String getDocStoreSegment(SegmentInfo si)
public static boolean getDocStoreIsCompoundFile(SegmentInfo si)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |