public final class OperationType
extends com.aspose.ms.System.Enum
Represents an index operation type.
Modifier and Type | Field and Description |
---|---|
static int |
Deleting
Deleting paths from an index.
|
static int |
Indexing
Adding documents to an index.
|
static int |
Merging
Merging indexes.
|
static int |
Optimizing
Optimizing an index.
|
static int |
Updating
Updating documents in an index.
|
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 Indexing
Adding documents to an index.
public static final int Updating
Updating documents in an index.
public static final int Merging
Merging indexes.
public static final int Optimizing
Optimizing an index.
public static final int Deleting
Deleting paths from an index.