Re: SolrQueryResponse - Solr Documents

2010-07-09 Thread Chris Hostetter
: How can I view solr docs in response writers before the response is sent : to the client ? What I get is only DocSlice with int values having size : equal the docs requested. All this while debugging on the : SolrQueryResponse Object. if you are writitng a custom ResponseWriter you can get the

SolrQueryResponse - Solr Documents

2010-06-30 Thread Amdebirhan, Samson, VF-Group
Hello all, How can I view solr docs in response writers before the response is sent to the client ? What I get is only DocSlice with int values having size equal the docs requested. All this while debugging on the SolrQueryResponse Object. Thanks Sam