public final class IndexType
extends com.aspose.ms.System.Enum
Modifier and Type | Field and Description |
---|---|
static int |
CompactIndex
Index type that takes much less disk space but does not support phrase search and date range search features.
|
static int |
MetadataIndex
Index that contains only metadata of documents, without content.
|
static int |
NormalIndex
Normal index with documents metadata and documents content which supports all search features.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NormalIndex
Normal index with documents metadata and documents content which supports all search features.
public static final int MetadataIndex
Index that contains only metadata of documents, without content.
public static final int CompactIndex
Index type that takes much less disk space but does not support phrase search and date range search features.