Solr 1.4 distributed search configuration

2010-02-25 Thread Jeffrey Zhao
How do define a new search handler with a shards parameter? I defined as following way but it doesn't work. If I put the shards parameter in default handler, it seems I got an infinite loop. explicit 202.161.196.189:8080/solr,localhost:8080/solr

Re: Solr 1.4 distributed search configuration

2010-02-25 Thread Jeffrey Zhao
spellcheck debug From: Mark Miller To: solr-user@lucene.apache.org Date: 25/02/2010 03:41 PM Subject:Re: Solr 1.4 distributed search configuration On 02/25/2010 03:32 PM, Jeffrey Zhao wrote: > How do define a new search handler with a shards parameter? I defined as

Re: Solr 1.4 distributed search configuration

2010-02-26 Thread Jeffrey Zhao
25/02/2010 04:13 PM Subject:Re: Solr 1.4 distributed search configuration Can you elaborate on "doesn't work" when you put it in the /search handler? You get an error in the logs? Nothing happens? On 02/25/2010 03:47 PM, Jeffrey Zhao wrote: > Hi Mark, > > Thanks