Package org.apache.solr.client.solrj
Primary APIs for communicating with a Solr Server from a Java client.
-
Interface Summary Interface Description FastStreamingDocsCallback V2RequestSupport A a request object is able to convert itself to V2 Request it should implement this interface -
Class Summary Class Description ResponseParser SolrClient Abstraction through which all communication with a Solr server may be routedSolrQuery This is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlersSolrQuery.SortClause A single sort clause, encapsulating what to sort and the sort order.SolrRequest<T extends SolrResponse> SolrResponse StreamingResponseCallback A callback interface for streaming response -
Enum Summary Enum Description SolrQuery.ORDER SolrRequest.METHOD -
Exception Summary Exception Description SolrServerException Exception to catch all types of communication / parsing issues associated with talking to SOLR