Merge branch 'master' into 2.4
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Return documents matching a query, aggregations/facets, highlighted snippets, suggestions, and more. Write your queries as either http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-uri-request.html[simple query strings] in the `q` parameter, or by specifying a http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-body.html[full request definition] using the http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl.html[Elasticsearch Query DSL] in the `body` parameter.
|
||||
|
||||
TIP: https://github.com/fullscale/elastic.js[elastic.js] can be used to make building query bodies easier.
|
||||
TIP: https://github.com/fullscale/elastic.js[elastic.js] or https://github.com/holidayextras/esq[esq] can be used to make building query bodies easier.
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
== Quick Start
|
||||
|
||||
=== Creating a client
|
||||
Start using Elasticsearch.js by creating an instance of the `elasticsearch.Client` class. The constructor accepts a config object/hash where you can define defaults values, or even entire classes, for the client to use. For a full list of config options check out the the <<configuration,section deicated to configuration>>.
|
||||
Start using Elasticsearch.js by creating an instance of the `elasticsearch.Client` class. The constructor accepts a config object/hash where you can define defaults values, or even entire classes, for the client to use. For a full list of config options check out the the <<configuration,section dedicated to configuration>>.
|
||||
|
||||
[source,js]
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user