omc / searchyll

GNU General Public License v3.0
48 stars 15 forks source link

Hammered out some changes to make the gem functional #1

Closed robsears closed 8 years ago

robsears commented 8 years ago

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 :)

allizad commented 8 years ago

from @nz:

robsears commented 8 years ago

Too many conflicts. Going to close this and submit changes based on the current state :)