On Fri, Aug 15, 2008 at 12:34 PM, Phillip Farber <[EMAIL PROTECTED]> wrote:
> If I have 2 solr instances (solr1 and solr2) each serving a shard
> is it correct I only need to send my query to one of the shards, e.g.
>
> solr1:8080/select?shards=solr1,solr2 ...
>
> and that I'll get merged results over both shards returned to be by solr1?

Yes.

> The other question is: can I query each instance in "non-shard" mode, i.e.
> just as
>
> solr1:8080/select? ... or solr2:8080/select? ...
>
> if I'm only interested in the documents in one of the shards?

Yes.

-Yonik

Reply via email to