IndexStatus
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum IndexStatus extends Enum<IndexStatus>
Specifies an index status.
| Field | Description |
|---|---|
| Ready | Index is free and ready to change. |
| Failed | Index needs to be reloaded due to an error. |
| Indexing | Index performs an indexing operation. |
| Updating | Index performs an updating operation. |
| Merging | Index performs a merging operation. |
| Optimizing | Index performs an optimizing operation. |
| Deleting | Index performs a deleting operation. |
| Renaming | Index performs a renaming operation. |
| ChangingAttributes | Index changes attributes. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final IndexStatus Ready
Index is free and ready to change.
public static final IndexStatus Failed
Index needs to be reloaded due to an error.
public static final IndexStatus Indexing
Index performs an indexing operation.
public static final IndexStatus Updating
Index performs an updating operation.
public static final IndexStatus Merging
Index performs a merging operation.
public static final IndexStatus Optimizing
Index performs an optimizing operation.
public static final IndexStatus Deleting
Index performs a deleting operation.
public static final IndexStatus Renaming
Index performs a renaming operation.
public static final IndexStatus ChangingAttributes
Index changes attributes.
public static IndexStatus[] values()
Returns: com.groupdocs.search.common.IndexStatus[]
public static IndexStatus valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IndexStatus
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.