The current code in apachesolr_drupal_query() assumes the default $solr object. In order to either search across multiple heterogeneous servers per request, or to operate efficiently with a server other than the one configured by apachesolr, we need to be able to optionally pass in a $solr object from the calling code.

CommentFileSizeAuthor
solr.patch1.41 KBrobertdouglass

Comments

robertdouglass’s picture

Status: Needs review » Fixed

Committed to 6.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jpmckinney’s picture

Category: bug » feature