On coordinator node, ResponseBuilder.getResults() is always going to be 
null because there is no DocListAndSet - that's only used on the 
per-replica requests.  (those datastructures only make sense when lucene 
docids ar relevant -- by the time you are mergeing per-shard responses 
they are meaningless.

In a distributed situation, you need to be looking at 
ResponseBuilder.getResponseDocs().

I don't think we have any "stock" Solr SearchComonents that do anything 
with the merged response docs -- other then 
QueryComponent.regularFinishStage()

-Hoss
http://www.lucidworks.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org
For additional commands, e-mail: dev-h...@solr.apache.org

Reply via email to