Learn R Programming

elastic (version 0.3.0)

searchapis: Search functions.

Description

Search functions.

Arguments

Details

Elasticsearch search APIs include the following functions:
  • Search- Search using the URI search API or pass in query specification in the body of the request.
  • search_shards- Search shards.
  • mlt- More like this queries.
  • count- Get counts for various searches.
  • explain- Computes a score explanation for a query and a specific document. This can give useful feedback whether a document matches or didn't match a specific query.

More will be added soon.

References

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search.html