Fields Summary |
---|
static final String | SEGMENTSName of the index segment file |
static final String | DELETABLEName of the index deletable file |
static final String[] | INDEX_EXTENSIONSThis array contains all filename extensions used by Lucene's index files, with
one exception, namely the extension made up from .f + a number.
Also note that two of Lucene's files (deletable and
segments ) don't have any filename extension. |
static final String[] | COMPOUND_EXTENSIONSFile extensions of old-style index files |
static final String[] | VECTOR_EXTENSIONSFile extensions for term vector support |