Hey Paul, In rsolr, you could use the #request method to set a request handler path: solr.request('/core1/select', :q=>'*:*')
Alternatively, (rsolr and solr-ruby) you could probably handle this by creating a new instance of a connection object per-core, and then have some kind of factory to return connection objects by a core-name? What kinds of things were you hoping to find when looking for multicore support in either solr-ruby or rsolr? Matt On Wed, Sep 9, 2009 at 12:38 PM, Paul Rosen <p...@performantsoftware.com>wrote: > Hi all, > > I'd like to start experimenting with multicore in a ruby on rails app. > > Right now, the app is using the solr-ruby-rails-0.0.5 to communicate with > solr and it doesn't appear to have direct support for multicore and I didn't > have any luck googling around for it. > > We aren't necessarily wedded to using solr-ruby-rails-0.0.5, but I looked > at rsolr very briefly and didn't see any reference to multicore there, > either. > > I can certainly hack something together, but it seems like this is a common > problem. > > How are others doing multicore from ruby? > > Thanks, > Paul >