Learn R Programming

elastic (version 0.4.0)

searchapis: Search functions.

Description

Search functions.

Arguments

Details

Elasticsearch search APIs include the following functions:
  • Search- Search using the Query DSL via the body of the request.
  • Search_uri- Search using the URI search API only. This may be needed for servers that block POST requests for security, or maybe you don't need complicated requests, in which case URI only requests are suffice.
  • 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