Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements an Elasticsearch 5.x client.
func (*Client) Iterate ¶
func (c *Client) Iterate(ctx context.Context, req *elastic.IterateRequest) (<-chan *diff.Document, <-chan error)
Iterate iterates over the index.
func (*Client) SetBatchSize ¶
SetBatchSize specifies the size of a single scroll operation.
Click to show internal directories.
Click to hide internal directories.