Project

esse-rails

0.0
The project is in a healthy, maintained state
A Ruby on Rails integration for Esse gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 12.3
~> 3.0
~> 1.20
~> 1.11, >= 1.11.5
~> 1.3
~> 3.14
~> 0.9.20

Runtime

>= 4.2, < 8
>= 0.2.2
 Project Readme

esse-rails

Ruby on Rails extensions for esse elasticsearch/opensearch client

Installation

Add this line to your application's Gemfile:

gem 'esse-rails'

And then execute:

$ bundle

Instrumentation

Esse::Rails provides instrumentation for Esse search operations. It uses Esse::Events to instrument when a search is performed.

If you are using lograge, you can optionally require esse/rails/lograge to log search operations:

require 'esse/rails/lograge'