Ompratap Singh
Ompratap Singh

Reputation: 69

Solr join for multiple collection with each collection have multiple shards

I have two collections:

I want the result from two collection on id=c_id base using join.

Please provide me full help! I am using Solr version 6.1.0.

Upvotes: 1

Views: 1340

Answers (1)

szogoon
szogoon

Reputation: 644

https://wiki.apache.org/solr/DistributedSearch - Distributed Search doesn't support join. So SolrCloud can do join only when index is not splited to shards.

Upvotes: 1

Related Questions