That's provably because you are using both the CollpaseComponent and the
QueryComponent. I think the 2 or 3 last patches allow full replacement of
QueryComponent.You shoud just replace:

<searchComponent name="query"    
class="org.apache.solr.handler.component.QueryComponent" />
for:
<searchComponent name="query"    
class="org.apache.solr.handler.component.CollapseComponent" />

This will sort your problem and make response times faster.



Jay Hill wrote:
> 
> I'm doing some testing with field collapsing, and early results look good.
> One thing seems odd to me however. I would expect to get back one block of
> results, but I get two - the first one contains the collapsed results, the
> second one contains the full non-collapsed results:
> 
> <result name="response" numFound="11" start="0"> ... </result>
> <result name="response" numFound="62" start="0"> ... </result>
> 
> This seems somewhat confusing. Is this intended or is this a bug?
> 
> Thanks,
> -Jay
> 
> 

-- 
View this message in context: 
http://www.nabble.com/FieldCollapsing%3A-Two-response-elements-returned--tp24690426p24693960.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to