You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To launch a separate Elasticsearch server for integration tests, see instructions in the [Elasticsearch Ruby Client](https://github.com/elastic/elasticsearch-ruby/blob/main/CONTRIBUTING.md).
Copy file name to clipboardexpand all lines: README.md
+5-28
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
# Elasticsearch::DSL
2
2
3
-
The `elasticsearch-dsl` library provides a Ruby API for
4
-
the [Elasticsearch Query DSL](http://www.elasticsearch.com/guide/en/elasticsearch/reference/current/query-dsl.html).
5
-
6
-
The library is compatible with Ruby 1.9 or higher and Elasticsearch 1.0 and higher.
3
+
The `elasticsearch-dsl` library provides a Ruby API for the [Elasticsearch Query DSL](http://www.elasticsearch.com/guide/en/elasticsearch/reference/current/query-dsl.html).
7
4
8
5
## Installation
9
6
@@ -13,12 +10,12 @@ Install the package from [Rubygems](https://rubygems.org):
13
10
14
11
To use an unreleased version, either add it to your `Gemfile` for [Bundler](http://gembundler.com):
0 commit comments