IndexAction
open class IndexAction<S : BaseDocSource>(meta: ActionMeta, source: S, concurrencyControl: ConcurrencyControl?, pipeline: String?) : Action<S>
Content copied to clipboard
Indexes a source document to an index. If the document already exists, the action overwrites the document and increments its version.
See also
Constructors
IndexAction
Link copied to clipboard
fun <S : BaseDocSource> IndexAction(meta: ActionMeta, source: S, concurrencyControl: ConcurrencyControl? = null, pipeline: String? = null)
Content copied to clipboard
Properties
Inheritors
CreateAction
Link copied to clipboard