Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tirexs.Resources module #198

Merged
merged 11 commits into from
Mar 9, 2016
Merged

Tirexs.Resources module #198

merged 11 commits into from
Mar 9, 2016

Conversation

Zatvobor
Copy link
Owner

@Zatvobor Zatvobor commented Mar 4, 2016

According to the main ES specs, https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api

Tirexs.Resources.Search implements Search API (https://www.elastic.co/guide/en/elasticsearch/reference/2.2/search.html):

  • Explain API (query string as a parameter, or using a request body)
  • URI, Mutli-Index, Mutli-Type Search (query string as a parameter, or using a request body), Profile API
  • Search Shards API
  • Count API (query string as a parameter, or using a request body)
  • Mutli-Index, Mutli-Type Search Exists API (query string as a parameter, or using a request body)
  • Validate API (query string as a parameter, or using a request body)
  • Field Stats API (query string as a parameter, or using a request body)

Zatvobor added a commit that referenced this pull request Mar 9, 2016
@Zatvobor Zatvobor merged commit e8e28a3 into v0.8.0-betaX Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant