SyncPhase

Updated at:

Specifies the synchronization phase of the search index.

Enumeration value list

  • FULL specifies the full synchronization phase.

  • INCR specifies the incremental synchronization phase.

enum SyncPhase {
    FULL = 1;
    INCR = 2;
}