|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SearchKitLibrary.SKDocumentIndexState
SKDocumentIndexState
Summary:
The indexing state of a document.
enum values
Field Summary | |
---|---|
static int |
kSKDocumentStateAddPending
Document is not in the index but will be added after the index is flushed or closed. |
static int |
kSKDocumentStateDeletePending
Document is in the index but will be deleted after the index is flushed or closed. |
static int |
kSKDocumentStateIndexed
|
static int |
kSKDocumentStateNotIndexed
|
Field Detail |
---|
static final int kSKDocumentStateNotIndexed
static final int kSKDocumentStateIndexed
static final int kSKDocumentStateAddPending
static final int kSKDocumentStateDeletePending
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |