tell us more about the willpaginate stuff. your example:
<%= will_paginate(@response) %>
does this paginate a live cursor through solr by requesting start/row
windows? or is it paginating through the docs returned to the
client? shouldn't you paginate an @query or an @request than the
response?
Erik
On Dec 16, 2008, at 11:52 PM, Matt Mitchell wrote:
I've been re-writing/factoring the solr ruby gem -- and the source
code can
be found here:
http://github.com/mwmitchell/solr/tree/master
The current version is 0.5.1 and can be installed by running:
gem sources -a http://gems.github.com
sudo gem install mwmitchell-solr
More docs coming, but for the nitty gritty, have a look at some of
the tests
if needed.
If you use solr-ruby at all, please have a look. I would love to
hear from
some of the ruby folks out there!
Cheers,
Matt