Re: Field missing when use distributed search + dismax

2010-06-24 Thread Scott Zhang
Tue, June 22, 2010 11:04:07 AM > > Subject: Field missing when use distributed search + dismax > > > > Hi. All. > I was using distributed search over 30 solr instance, the > > previous one > was using the standard query handler. And the result was > > returned

Re: Field missing when use distributed search + dismax

2010-06-23 Thread Otis Gospodnetic
solr-user@lucene.apache.org > Sent: Tue, June 22, 2010 11:04:07 AM > Subject: Field missing when use distributed search + dismax > > Hi. All. I was using distributed search over 30 solr instance, the > previous one was using the standard query handler. And the result was > returned correct

Re: Field missing when use distributed search + dismax

2010-06-23 Thread Scott Zhang
Hi. All. I found more about fields missing things. I tried the default distributed search example which configured 2 instances, one on 8983 and another on 7574. When I try search with standard query handler, the result fields are all right. When I search with the deafult dismax, some fields disapp

Re: Field missing when use distributed search + dismax

2010-06-22 Thread Scott Zhang
Hi. Lance. Thanks for replying. Yes. I especially checked the schema.xml and did another simple test. The broker is running on localhost:7499/solr. A solr instance is running on localhost:7498/solr. For this test, I only use these 2 instances. 7499's index is empty. 7498 has 12 documents in inde

Re: Field missing when use distributed search + dismax

2010-06-22 Thread Lance Norskog
Do all of the Solr instances, including the broker, use the same schema.xml? On 6/22/10, Scott Zhang wrote: > Hi. All. >I was using distributed search over 30 solr instance, the previous one > was using the standard query handler. And the result was returned correctly. > each result has 2 fie

Field missing when use distributed search + dismax

2010-06-22 Thread Scott Zhang
Hi. All. I was using distributed search over 30 solr instance, the previous one was using the standard query handler. And the result was returned correctly. each result has 2 fields. "ID" and "type". Today I want to use search withk dismax, I tried search with each instance with dismax. It wo