Versions in this module Expand all Collapse all v0 v0.5.1 Jul 4, 2017 v0.5.0 Jul 1, 2017 Changes in this version + type Client struct + func (_m *Client) CreateIndex(index string) es.IndicesCreateService + func (_m *Client) Index() es.IndexService + func (_m *Client) IndexExists(index string) es.IndicesExistsService + func (_m *Client) Search(indices ...string) es.SearchService + type IndexService struct + func (_m *IndexService) BodyJson(body interface{}) es.IndexService + func (_m *IndexService) Do(ctx context.Context) (*elastic.IndexResponse, error) + func (_m *IndexService) Id(id string) es.IndexService + func (_m *IndexService) Index(index string) es.IndexService + func (_m *IndexService) Type(typ string) es.IndexService + type IndicesCreateService struct + func (_m *IndicesCreateService) Body(mapping string) es.IndicesCreateService + func (_m *IndicesCreateService) Do(ctx context.Context) (*elastic.IndicesCreateResult, error) + type IndicesExistsService struct + func (_m *IndicesExistsService) Do(ctx context.Context) (bool, error) + type SearchService struct + func (_m *SearchService) Aggregation(name string, aggregation elastic.Aggregation) es.SearchService + func (_m *SearchService) Do(ctx context.Context) (*elastic.SearchResult, error) + func (_m *SearchService) Query(query elastic.Query) es.SearchService + func (_m *SearchService) Size(size int) es.SearchService + func (_m *SearchService) Type(typ string) es.SearchService