Uses of Class
org.apache.solr.client.solrj.response.QueryResponse
-
Packages that use QueryResponse Package Description org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client.org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of QueryResponse in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return QueryResponse Modifier and Type Method Description QueryResponseSolrClient. query(String collection, SolrParams params)Performs a query to the Solr serverQueryResponseSolrClient. query(String collection, SolrParams params, SolrRequest.METHOD method)Performs a query to the Solr serverQueryResponseSolrClient. query(SolrParams params)Performs a query to the Solr serverQueryResponseSolrClient. query(SolrParams params, SolrRequest.METHOD method)Performs a query to the Solr serverQueryResponseSolrClient. queryAndStreamResponse(String collection, SolrParams params, StreamingResponseCallback callback)Query solr, and stream the results.QueryResponseSolrClient. queryAndStreamResponse(SolrParams params, StreamingResponseCallback callback)Query solr, and stream the results. -
Uses of QueryResponse in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return QueryResponse Modifier and Type Method Description protected QueryResponseQueryRequest. createResponse(SolrClient client)
-