View Source ElasticsearchApi.Search.Core (Elasticsearch API v0.1.0)

Provides core search functionality.

Source: Elasticsearch documentation.

Summary

Functions

Returns search hits that match the query defined in the request.

Functions

Link to this function

search(query, opts \\ [])

View Source
@spec search(
  map(),
  keyword()
) :: any()

Returns search hits that match the query defined in the request.