Fields Summary |
---|
static final String | SEGMENTSName of the index segment file |
static final String | SEGMENTS_GENName of the generation reference file name |
static final String | DELETABLEName of the index deletable file (only used in
pre-lockless indices) |
static final String | NORMS_EXTENSIONExtension of norms file |
static final String | COMPOUND_FILE_EXTENSIONExtension of compound file |
static final String | DELETES_EXTENSIONExtension of deletes |
static final String | PLAIN_NORMS_EXTENSIONExtension of plain norms |
static final String | SEPARATE_NORMS_EXTENSIONExtension of separate norms |
static final String[] | INDEX_EXTENSIONSThis array contains all filename extensions used by
Lucene's index files, with two exceptions, namely the
extension made up from .f + a number and
from .s + a number. Also note that
Lucene's segments_N files do not have any
filename extension. |
static final String[] | INDEX_EXTENSIONS_IN_COMPOUND_FILEFile extensions that are added to a compound file
(same as above, minus "del", "gen", "cfs"). |
static final String[] | COMPOUND_EXTENSIONSFile extensions of old-style index files |
static final String[] | VECTOR_EXTENSIONSFile extensions for term vector support |