Package org.apache.solr.client.solrj
Primary APIs for communicating with a Solr Server from a Java client.
-
Interface Summary Interface Description FastStreamingDocsCallback SolrClientFunction<C extends SolrClient,R> A lambda intended for invoking SolrClient operationsV2RequestSupport Deprecated. use v2-nativeSolrRequest
implementations directly instead -
Class Summary Class Description JacksonContentWriter JacksonParsingResponse<T> 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 RoutedAliasTypes Types of Routed Alias supported.SolrQuery.ORDER SolrRequest.ApiVersion SolrRequest.METHOD SolrRequest.SolrClientContext SolrRequest.SolrRequestType -
Exception Summary Exception Description SolrServerException Exception to catch all types of communication / parsing issues associated with talking to SOLR