Documentation ¶
Overview ¶
Package search provides a client for AWS OpenSearch.
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
}
func (*Client) CountWithQuery ¶ added in v0.1057.0
func (*Client) Query ¶
func (c *Client) Query(ctx context.Context, req QueryRequest) (*QueryResponse, error)
type CountWithQueryReq ¶ added in v0.1057.0
type CountWithQueryReq struct {
MustNotExist string
}
type Pagination ¶
func (*Pagination) End ¶
func (p *Pagination) End() int
func (*Pagination) HasNext ¶
func (p *Pagination) HasNext() bool
func (*Pagination) HasPrevious ¶
func (p *Pagination) HasPrevious() bool
func (*Pagination) Next ¶
func (p *Pagination) Next() int
func (*Pagination) Pages ¶
func (p *Pagination) Pages() []int
func (*Pagination) Previous ¶
func (p *Pagination) Previous() int
func (*Pagination) Start ¶
func (p *Pagination) Start() int
type QueryRequest ¶
type QueryResponse ¶
type QueryResponse struct { Pagination *Pagination Keys []dynamo.Keys }
Click to show internal directories.
Click to hide internal directories.