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

2009-09-20 Thread Jason Rutherglen
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

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

2009-09-20 Thread Lance Norskog
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

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

2009-09-20 Thread Chris Hostetter
: 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 dis