Okay, sounds fair.
Well, why I would have multiple shards was based on the presumption that
it would be more effective to be able to search in single shards when
needed (if each shard contains lets say 30 million entries) and then when
time comes, migrate one of the shards to a different nod
If i have solr up and running and do something like this:
query.set("shards", "localhost:8080/solr/core0,localhost:
8080/solr/core1");
I will get the results from both cores, obviously...
But is there a way to do this without using shards and accessing the
cores through http?
I pr