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.
- Host: GitHub
- URL: https://github.com/zerowidth/rsolr-patron
- Owner: zerowidth
- License: mit
- Created: 2010-03-16T05:44:22.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-03-16T18:10:05.000Z (over 16 years ago)
- Last Synced: 2025-02-08T23:12:07.373Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
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.