Skip to content

Commit 427d373

Browse files
Update docs/dsl.asciidoc
Co-authored-by: István Zoltán Szabó <[email protected]>
1 parent a5a9a2d commit 427d373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dsl.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[dsl]]
22
=== Elasticsearch DSL
33

4-
The https://github.com/elastic/elasticsearch-dsl-ruby[elasticsearch-dsl] gem provides a Ruby API for the https://www.elasticsearch.com/guide/en/elasticsearch/reference/current/query-dsl.html[Elasticsearch Query DSL]. The library allows to programatically build complex search definitions for Elasticsearch in Ruby, which are translated to Hashes, and ultimately, JSON, the language of Elasticsearch.
4+
The https://github.com/elastic/elasticsearch-dsl-ruby[elasticsearch-dsl] gem provides a Ruby API for the https://www.elasticsearch.com/guide/en/elasticsearch/reference/current/query-dsl.html[Elasticsearch Query DSL]. The library allows to programmatically build complex search definitions for {es} in Ruby, which are translated to Hashes, and ultimately, JSON, the language of {es}.
55

66
See https://github.com/elastic/elasticsearch-dsl-ruby#elasticsearchdsl[the README] for more information.

0 commit comments

Comments
 (0)