elasticsearch

package
v1.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateModel

type AggregateModel struct {
	IndexName string
	TypeName  string
	Source    string
	AggKeys   []string
}

type QueryModel

type QueryModel struct {
	IndexName string
	TypeName  string
	Query     interface{} //elastic.Query
	Sort      []string
	Cursor    int
	Size      int
	Results   interface{}
	Total     *int64
}

type SourceModel

type SourceModel struct {
	IndexName string
	TypeName  string
	Source    string
	Results   interface{}
	Total     *int64
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL