Re: Distributed Search Test

2008-08-27 Thread Yonik Seeley
On Wed, Aug 27, 2008 at 12:33 PM, Ronald Aubin <[EMAIL PROTECTED]> wrote: > Thanks for your reply. I'm not sure if I understand completely. Do you > mean that each solr server should be given a different shard list and not a > list containing all shards? You could use the same shard list (as l

Re: Distributed Search Test

2008-08-27 Thread Ronald Aubin
Yonik, I now perfectly understand. Thanks for your help. All my tests now work. Ron On Wed, Aug 27, 2008 at 12:21 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > It fails because you are using "localhost" as part of a shard name. > When you send the request to "fred" it uses the "fred" shard

Re: Distributed Search Test

2008-08-27 Thread Ronald Aubin
Yonik, Thanks for your reply. I'm not sure if I understand completely. Do you mean that each solr server should be given a different shard list and not a list containing all shards? So in my case: 1) host fred should be given a shard list containing only locahost, 2) localhost should be give

Re: Distributed Search Test

2008-08-27 Thread Yonik Seeley
It fails because you are using "localhost" as part of a shard name. When you send the request to "fred" it uses the "fred" shard and the "localhost" shard (which is the same as fred!) -Yonik On Wed, Aug 27, 2008 at 12:07 PM, Ronald Aubin <[EMAIL PROTECTED]> wrote: > Hello, >I have been perfor

Distributed Search Test

2008-08-27 Thread Ronald Aubin
Hello, I have been performing some simple distributed search tests and don't understand why distributed search seems to work in some circumstances but not others. In my setup I have compiled the example server using the solr trunk downloaded on Aug 22nd. I am running a sample server instance