No commit activity in last 3 years
No release in over 3 years
Provides an em-synchrony compatible rsolr connection driver & overrides Sunspot's connection method.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0.0
~> 1.3.0
 Project Readme

synchrony-sunspot

WORK IN PROGRESS

About

This is a simple shim that replaces the Net::HTTP driver in RSolr with an em-synchrony+em-http-request driver and then wires it into Sunspot.

Usage

It's a pretty simple usage. Just include the gem in your project and it will do the rest.

NOTE

This driver will NOT work if you are not running in an em-synchrony loop. If you run this in a regular eventmachine loop or in regular old code, it will simply hang or error out.


See the LICENSE file for licensing details.