An open API service indexing awesome lists of open source software.

https://github.com/zerowidth/rsolr-patron

RSolr extention to enable patron http client instead of the default, net/http.
https://github.com/zerowidth/rsolr-patron

Last synced: about 1 year ago
JSON representation

RSolr extention to enable patron http client instead of the default, net/http.

Awesome Lists containing this project

README

          

= rsolr-patron

rsolr-patron enhances RSolr with a Patron-based connection client

=Requirements

rsolr and the patron gem.

NOTE: this currently requires the latest rsolr version from aniero's fork,
found at http://github.com/aniero/rsolr

=How

Pass in :patron to the RSolr.connect method:
require 'rsolr-patron'
rsolr = RSolr.connect(:patron, :url => 'http://localhost:8983/solr')

== Credits

Based on rsolr-async, by Matt Mitchell

== Copyright

Copyright (c) 2010 Nathan Witmer. See LICENSE for details.