d4v1dv00
d4v1dv00

Reputation: 1021

Solr: Multiple Schema with Multiple Cores

Currently I had 2 different schema set (setA/ and setB/) sitting under multicore/ folder in a jetty solr path /opt/solr/example/multicore.

If I wanna create shads for each schema, how should I go about it?

Thanks,

Upvotes: 0

Views: 410

Answers (1)

Walter Underwood
Walter Underwood

Reputation: 1221

Two shards will have the same configuration, but different documents. So you make a copy of your configuration on a new server, then put half the documents on each server.

The Solr page on distributed search gives a little bit of information about querying across multiple shards.

Upvotes: 1

Related Questions