Commit 2edb71f2f27ca0e312c79eef946dea8cad6a8ba4
1 parent
83562592
Exists in
master
and in
19 other branches
Added note about Elasticsearch gem [skip ci]
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -1405,6 +1405,14 @@ products = |
1405 | 1405 | end |
1406 | 1406 | ``` |
1407 | 1407 | |
1408 | +### Elasticsearch Gem | |
1409 | + | |
1410 | +Searchkick is built on top of the [elasticsearch](https://github.com/elastic/elasticsearch-ruby) gem. To access the client directly, use: | |
1411 | + | |
1412 | +```ruby | |
1413 | +Searchkick.client | |
1414 | +``` | |
1415 | + | |
1408 | 1416 | ## Multi Search |
1409 | 1417 | |
1410 | 1418 | To batch search requests for performance, use: | ... | ... |