Uses of Class
org.apache.solr.client.solrj.response.QueryResponse

Packages that use QueryResponse
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
 QueryResponse SolrServer.query(SolrParams params)
          Performs a query to the Solr server
 QueryResponse SolrServer.query(SolrParams params, SolrRequest.METHOD method)
          Performs a query to the Solr server
 QueryResponse SolrServer.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
 QueryResponse QueryRequest.process(SolrServer server)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.