The gem can now be used from within a Jekyll site. Adding the proper options to the _config.yml will allow the searchyou gem to index to a given ES cluster using the _bulk endpoint. Right now the indexing is sort of naive; it basically just indexes the post content to a timestamped index using a type of "post." This can be built out to handle other types, and even accept more settings from the _config.yml. But it's a good, functional starting place :)
The gem can now be used from within a Jekyll site. Adding the proper options to the
_config.yml
will allow the searchyou gem to index to a given ES cluster using the _bulk endpoint. Right now the indexing is sort of naive; it basically just indexes the post content to a timestamped index using a type of "post." This can be built out to handle other types, and even accept more settings from the _config.yml. But it's a good, functional starting place :)