You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jason Rutherglen <ja...@gmail.com> on 2009/09/16 02:40:43 UTC

Multiple parsedquery in the result set when debugQuery=true

Are there supposed to be multiple parsedquery entries for a
distributed query when debugQuery=true?

Re: Multiple parsedquery in the result set when debugQuery=true

Posted by Jason Rutherglen <ja...@gmail.com>.
This is related to the bug seen in relation to SOLR-908 and who
knows what else! So yeah I picked through the code and see that
parsedQuery can be multiple when returned, though I'd consider
this somewhat confusing and useless behavior without
additionally indicating which servers the parsedQueries are from.

On Sun, Sep 20, 2009 at 7:41 PM, Lance Norskog <go...@gmail.com> wrote:
> The Distributed Search architecture assumes that all of the shards are
> the same schema.xml. So, the distributed search feature should receive
> the same exact parsed query from all shards. If it does not, this
> means the distributed search shards are not configured consistently.
> This would cause a lot of confusion.
>
> On Sun, Sep 20, 2009 at 12:44 PM, Chris Hostetter
> <ho...@fucit.org> wrote:
>>
>> : Subject: Multiple parsedquery in the result set when debugQuery=true
>> :
>> : Are there supposed to be multiple parsedquery entries for a
>> : distributed query when debugQuery=true?
>>
>> can you be more specific as to what you mean?  cut/paste an example would
>> be helpful.
>>
>> (you specificly mentioned a distributed query .. are you sure you aren't
>> just seeing "parsedQuery" and "parsedQuery_toString" ... they're the same
>> object just using differnet formatters).
>>
>>
>>
>>
>> -Hoss
>>
>>
>
>
>
> --
> Lance Norskog
> goksron@gmail.com
>

Re: Multiple parsedquery in the result set when debugQuery=true

Posted by Lance Norskog <go...@gmail.com>.
The Distributed Search architecture assumes that all of the shards are
the same schema.xml. So, the distributed search feature should receive
the same exact parsed query from all shards. If it does not, this
means the distributed search shards are not configured consistently.
This would cause a lot of confusion.

On Sun, Sep 20, 2009 at 12:44 PM, Chris Hostetter
<ho...@fucit.org> wrote:
>
> : Subject: Multiple parsedquery in the result set when debugQuery=true
> :
> : Are there supposed to be multiple parsedquery entries for a
> : distributed query when debugQuery=true?
>
> can you be more specific as to what you mean?  cut/paste an example would
> be helpful.
>
> (you specificly mentioned a distributed query .. are you sure you aren't
> just seeing "parsedQuery" and "parsedQuery_toString" ... they're the same
> object just using differnet formatters).
>
>
>
>
> -Hoss
>
>



-- 
Lance Norskog
goksron@gmail.com

Re: Multiple parsedquery in the result set when debugQuery=true

Posted by Chris Hostetter <ho...@fucit.org>.
: Subject: Multiple parsedquery in the result set when debugQuery=true
: 
: Are there supposed to be multiple parsedquery entries for a
: distributed query when debugQuery=true?

can you be more specific as to what you mean?  cut/paste an example would 
be helpful.

(you specificly mentioned a distributed query .. are you sure you aren't 
just seeing "parsedQuery" and "parsedQuery_toString" ... they're the same 
object just using differnet formatters).




-Hoss