Enum Index.IndexState (2.0.0)

public enum Index.IndexState extends Enum<Index.IndexState>

Indicates the state of the Index.

Static Fields

NameDescription
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 BUILDING state.

SERVING

Indicates the given Index is ready to service queries.

Static Methods

NameDescription
valueOf(String name)
values()