Documentation ¶
Index ¶
- func MultiSearch(ctx context.Context, query *meta.ZincQuery, mappings *meta.Mappings, ...) (search.DocumentMatchIterator, error)
- type Document
- type DocumentList
- func (d *DocumentList) Aggregations() *search.Bucket
- func (d *DocumentList) Done()
- func (d *DocumentList) Len() int
- func (d *DocumentList) Less(i, j int) bool
- func (d *DocumentList) Next() (*search.DocumentMatch, error)
- func (d *DocumentList) Pop() interface{}
- func (d *DocumentList) Push(doc interface{})
- func (d *DocumentList) Swap(i, j int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DocumentList ¶
type DocumentList struct {
// contains filtered or unexported fields
}
func (*DocumentList) Aggregations ¶
func (d *DocumentList) Aggregations() *search.Bucket
func (*DocumentList) Done ¶
func (d *DocumentList) Done()
func (*DocumentList) Len ¶
func (d *DocumentList) Len() int
func (*DocumentList) Less ¶
func (d *DocumentList) Less(i, j int) bool
func (*DocumentList) Next ¶
func (d *DocumentList) Next() (*search.DocumentMatch, error)
func (*DocumentList) Pop ¶
func (d *DocumentList) Pop() interface{}
func (*DocumentList) Push ¶
func (d *DocumentList) Push(doc interface{})
func (*DocumentList) Swap ¶
func (d *DocumentList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.