On Jan 20, 2010, at 6:32 AM, Siddhant Goel wrote:
On Wed, Jan 20, 2010 at 4:19 PM, Erik Hatcher
<erik.hatc...@gmail.com>wrote:
Where are you getting your solr-ruby code from? You can simply "gem
install" it to pull in an already pre-built gem.
I'm just picking it up from the 1.4 release. I also tried checking
out the
latest copy from svn, but the results were the same.
So I just figured out I was using the pre built gem the wrong way. Its
working fine here. Is there any documentation that you could point
me to?
Right now I'm just figuring out how to use it on a hit and trial
basis, and
random googling. The wiki page doesn't tell me much about all the
search
options supported.
Alas, the bulk of the "documentation" for solr-ruby is in its test
cases. The test cases are quite comprehensive (nearly 100% code
coverage) so those will be handy to learn how it works.
Erik