@Deprecated public class Lucene3xSegmentInfoFormat extends SegmentInfoFormat
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Lucene3xSegmentInfoFormat()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getDocStoreIsCompoundFile(SegmentInfo si)
Deprecated.
|
static int |
getDocStoreOffset(SegmentInfo si)
Deprecated.
|
static String |
getDocStoreSegment(SegmentInfo si)
Deprecated.
|
SegmentInfoReader |
getSegmentInfoReader()
Deprecated.
|
SegmentInfoWriter |
getSegmentInfoWriter()
Deprecated.
|
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
public SegmentInfoReader getSegmentInfoReader()
getSegmentInfoReader in class SegmentInfoFormatpublic SegmentInfoWriter getSegmentInfoWriter()
getSegmentInfoWriter in class SegmentInfoFormatpublic static int getDocStoreOffset(SegmentInfo si)
public static String getDocStoreSegment(SegmentInfo si)
public static boolean getDocStoreIsCompoundFile(SegmentInfo si)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.