On Thu, Mar 13, 2014 at 10:41 AM, Marius Dumitru Florea
wrote:
> Hi guys,
>
> The following code
>
> server.queryAndStreamResponse(new SolrQuery("*:*"), new
> StreamingResponseCallback() {
> public void streamSolrDocument(SolrDocument doc) {
> }
> public void streamDocListInfo(long num
Hi guys,
The following code
server.queryAndStreamResponse(new SolrQuery("*:*"), new
StreamingResponseCallback() {
public void streamSolrDocument(SolrDocument doc) {
}
public void streamDocListInfo(long numFound, long start, Float maxScore) {
}
});
throws
Caused by: java.lang.Cla