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

Packages that use QueryResponse
org.apache.solr.client.solrj   
org.apache.solr.client.solrj.request   
 

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-2012 Apache Software Foundation. All Rights Reserved.