Skip to content

RSolr aims to provide a simple and extensible library for working with Solr. This is a CUSTOMIZED version that OAuth signs every POST request for 2-legged OAuth. Only supports HMAC-SHA1. The original gem was written by Matt Mitchell and is located at http://github.com/mwmitchell/rsolr.

Notifications You must be signed in to change notification settings

tsxn26/oauth-rsolr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsxn-rsolr

A simple, extensible Ruby client for Apache Solr. MODIFIED/CUSTOMIZED to add OAuth request signing for POST requests to support 2-legged OAuth.

Credits

The original gem was written by Matt Mitchell and is located at github.com/mwmitchell/rsolr.

Usage

See the usage of the original gem at github.com/mwmitchell/rsolr.

The additional setup requires that the OAuth consumer key be specified in ENV and the OAuth consumer secret be specified in ENV. Only HMAC-SHA1 is supported.

About

RSolr aims to provide a simple and extensible library for working with Solr. This is a CUSTOMIZED version that OAuth signs every POST request for 2-legged OAuth. Only supports HMAC-SHA1. The original gem was written by Matt Mitchell and is located at http://github.com/mwmitchell/rsolr.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages