Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ command:

[source,sh]
------------------------------------
gem install elasticsearch -v 6.0.0
gem install elasticsearch -v 7.0.0
------------------------------------


Or you can add a specific version of {es} to your Gemfile:

[source,ruby]
------------------------------------
gem 'elasticsearch', '~> 6.0'
gem 'elasticsearch', '~> 7.0'
------------------------------------
2 changes: 1 addition & 1 deletion docs/model.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It uses the `elasticsearch` Rubygem as the client communicating with the Elastic


[discrete]
=== Features at a Glance
=== Features

* ActiveModel integration with adapters for ActiveRecord and Mongoid
* Enumerable-based wrapper for search results
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ client.search index: 'my-index', body: { query: { match: { title: 'test' } } }


[discrete]
=== Features at a Glance
=== Features

* Pluggable logging and tracing
* Pluggable connection selection strategies (round-robin, random, custom)
Expand Down
2 changes: 1 addition & 1 deletion docs/persistence.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The `Elasticsearch::Persistence::Repository` module provides an implementation o


[discrete]
==== Features At a Glance
==== Features

* Access to the Elasticsearch client
* Setting the index name, document type, and object class for deserialization
Expand Down
2 changes: 1 addition & 1 deletion docs/rails.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ provides features suitable for Ruby on Rails applications.


[discrete]
=== Features at a Glance
=== Features

* Rake tasks for importing data from application models
* Integration with Rails' instrumentation framework
Expand Down