Documentation
¶
Index ¶
- type ESActionDocument
- func NewDeleteAction(key []byte, routing *string) ESActionDocument
- func NewDeleteActionWithIndexName(indexName string, key []byte, routing *string) ESActionDocument
- func NewDocUpdateAction(key []byte, source []byte, routing *string, partialIndexObjectName string) ESActionDocument
- func NewDocUpdateActionWithIndexName(key []byte, source []byte, routing *string, indexName string, ...) ESActionDocument
- func NewIndexAction(key []byte, source []byte, routing *string) ESActionDocument
- func NewIndexActionWithIndexName(indexName string, key []byte, source []byte, routing *string) ESActionDocument
- func NewScriptUpdateAction(id []byte, script []byte, routing *string) ESActionDocument
- func NewScriptUpdateActionWithIndexName(id []byte, script []byte, routing *string, indexName string) ESActionDocument
- type EsAction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESActionDocument ¶
type ESActionDocument struct { Routing *string Type EsAction IndexName string Source []byte ID []byte }
func NewDeleteAction ¶
func NewDeleteAction(key []byte, routing *string) ESActionDocument
func NewDeleteActionWithIndexName ¶ added in v1.1.61
func NewDeleteActionWithIndexName(indexName string, key []byte, routing *string) ESActionDocument
func NewDocUpdateAction ¶ added in v1.2.1
func NewDocUpdateAction(key []byte, source []byte, routing *string, partialIndexObjectName string) ESActionDocument
func NewDocUpdateActionWithIndexName ¶ added in v1.2.1
func NewIndexAction ¶
func NewIndexAction(key []byte, source []byte, routing *string) ESActionDocument
func NewIndexActionWithIndexName ¶ added in v1.1.61
func NewIndexActionWithIndexName(indexName string, key []byte, source []byte, routing *string) ESActionDocument
func NewScriptUpdateAction ¶ added in v1.2.1
func NewScriptUpdateAction(id []byte, script []byte, routing *string) ESActionDocument
func NewScriptUpdateActionWithIndexName ¶ added in v1.2.1
func NewScriptUpdateActionWithIndexName(id []byte, script []byte, routing *string, indexName string) ESActionDocument
Click to show internal directories.
Click to hide internal directories.