public abstract class StreamingResponseCallback extends Object
| Constructor and Description | 
|---|
| StreamingResponseCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | streamDocListInfo(long numFound,
                 long start,
                 Float maxScore) | 
| abstract void | streamSolrDocument(SolrDocument doc) | 
public abstract void streamSolrDocument(SolrDocument doc)
public abstract void streamDocListInfo(long numFound,
                                       long start,
                                       Float maxScore)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.