OperationType
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum OperationType extends Enum<OperationType>
Represents an index operation type.
| Field | Description |
|---|---|
| Indexing | Adding documents to an index. |
| Updating | Updating documents in an index. |
| Merging | Merging indexes. |
| Optimizing | Optimizing an index. |
| Deleting | Deleting paths from an index. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final OperationType Indexing
Adding documents to an index.
public static final OperationType Updating
Updating documents in an index.
public static final OperationType Merging
Merging indexes.
public static final OperationType Optimizing
Optimizing an index.
public static final OperationType Deleting
Deleting paths from an index.
public static OperationType[] values()
Returns: com.groupdocs.search.events.OperationType[]
public static OperationType valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: OperationType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.