public final class IndexType
extends com.aspose.ms.System.Enum
Specifies index type.
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, witout content.
|
static int |
Normal
Normal index with documents' content and metadata.
|
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 Normal
Normal index with documents' content and metadata.
public static final int MetadataIndex
Index that contains only metadata of documents, witout 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.
Copyright © 2018. All rights reserved.