| Class | Description |
|---|---|
| BinaryRequestWriter |
A RequestWriter which writes requests in the javabin format
|
| BinaryResponseParser | |
| CommonsHttpSolrServer | Deprecated
Use
HttpSolrServer instead. |
| ConcurrentUpdateSolrServer |
ConcurrentUpdateSolrServer buffers all added documents and writes
them into open HTTP connections.
|
| HttpSolrServer |
The
HttpSolrServer uses the Apache HTTP Client 4.x to connect to solr. |
| LBHttpSolrServer |
LBHttpSolrServer or "LoadBalanced HttpSolrServer" is just a wrapper to CommonsHttpSolrServer.
|
| StreamingUpdateSolrServer | Deprecated
use
ConcurrentUpdateSolrServer instead. |
| XMLResponseParser |
| Enum | Description |
|---|---|
| XMLResponseParser.KnownType |