|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unimi.dsi.mg4j.index.IndexProperties
This class provides symbolic names for properties of an index.
IndexWriter
,
IndexReader
,
Index
Field Summary | |
static String |
COMPRESSIONFLAGS
The compression flags. |
static String |
DOCUMENTS
The number of documents in the collection. |
static String |
INDEXCLASS
The name of the Index class. |
static String |
ISCASESENSITIVE
Whether the index is case sensitive. |
static String |
MAXDOCPOS
The maximum number of positions with a document record. |
static String |
TERMS
The number of terms in the collection. |
Constructor Summary | |
protected |
IndexProperties()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String DOCUMENTS
public static final String TERMS
public static final String MAXDOCPOS
public static final String ISCASESENSITIVE
public static final String COMPRESSIONFLAGS
public static final String INDEXCLASS
Index
class.
Constructor Detail |
protected IndexProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |