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
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,16 +37,14 @@ See also [`doc/examples`](https://github.com/elastic/elasticsearch-ruby/blob/mai
37
37
**For optimal performance, you should use a HTTP library which supports persistent
38
38
("keep-alive") connections, e.g. [Patron](https://github.com/toland/patron) or [Typhoeus](https://github.com/typhoeus/typhoeus).** These libraries are not dependencies of the Elasticsearch gems. Ensure you define a dependency for a HTTP library in your own application.
39
39
40
-
This repository contains these additional Ruby libraries:
40
+
Check out these other official Ruby libraries for working with Elasticsearch:
*[`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-dsl-ruby) which provides a Ruby API for the [Elasticsearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html),
42
+
*[`elasticsearch-rails`](https://github.com/elasticsearch/elasticsearch-rails) - integration with Ruby models and Rails applications.
*[`elasticsearch-dsl`](https://github.com/elastic/elasticsearch-dsl-ruby) which provides a Ruby API for the [Elasticsearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html).
44
45
45
46
Please see their respective READMEs for information and documentation.
46
47
47
-
For integration with Ruby models and Rails applications,
48
-
see the **[elasticsearch-rails](https://github.com/elasticsearch/elasticsearch-rails)** project.
49
-
50
48
## Compatibility
51
49
52
50
We follow Ruby’s own maintenance policy and officially support all currently maintained versions per [Ruby Maintenance Branches](https://www.ruby-lang.org/en/downloads/branches/).
0 commit comments