Re: Customizing SOLR-236 field collapsing

2009-05-21 Thread Marc Sturlese
Yes, I have tried it but I see couple of problems doing that. I will have to do more searches so response time will increase. The second thing is that, imagine I show the results collapsed in page one and put a button to see the non collapsed results. If later results for the second page are re

Re: Customizing SOLR-236 field collapsing

2009-05-21 Thread Thomas Traeger
Is adding QueryComponent to your SearchComponents an option? When combined with the CollapseComponent this approach would return the collapsed and the complete result set. i.e.: collapse query facet mlt highlight Thomas Marc Sturlese schrieb: Hey there, I have bee