I would like the ability to use shards so I can do a distributed search: https://wiki.apache.org/solr/DistributedSearch

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bdlangton’s picture

Here is the functionality to add shards to the query. There is no interface to be able to specify what the shards are, but custom code can add them in the format of $query->add_shard('xxx.xxx.xxx.xxx:8983/solr');

bdlangton’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 1: apachesolr_views-shards-2488314-1.patch, failed testing.

bdlangton’s picture

The last patch was in a bad format. Here is the updated one.

bdlangton’s picture

Status: Needs work » Needs review