public enum Index.IndexState extends Enum<Index.IndexState>Indicates the state of the Index.
Static Fields |
|
|---|---|
| Name | Description |
BUILDING |
Indicates the given Index is being built and therefore can not be used to service queries. |
DELETING |
Indicates the given Index is being deleted. |
ERROR |
Indicates the given Index encountered an error in the |
SERVING |
Indicates the given Index is ready to service queries. |
Static Methods |
|
|---|---|
| Name | Description |
valueOf(String name) |
|
values() |
|