Refresh

enum Refresh : Enum<Refresh> , ToValue<String>

Refresh controls when changes will be searchable.

See also

Entries

WAIT_FOR
Link copied to clipboard
Wait when changes are made visible to search queries.
FALSE
Link copied to clipboard
Refresh will be done asynchronously when the index.refresh_interval time comes.
TRUE
Link copied to clipboard
Refresh primary and replica shards immediately after the operation.

Functions

toValue
Link copied to clipboard
open override fun toValue(): <ERROR CLASS>

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int