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