| Package | Description | 
|---|---|
| org.apache.solr.client.solrj | Primary APIs for communicating with a Solr Server from a Java client. | 
| org.apache.solr.client.solrj.impl | Concrete implementations of client API classes. | 
| org.apache.solr.client.solrj.request | Convenience classes for dealing with various types of Solr requests. | 
| org.apache.solr.client.solrj.util | Utilities for Solr client applications. | 
| org.apache.solr.common.util | Common utility classes reused on both clients & server. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ContentStream> | SolrRequest. getContentStreams()Deprecated. 
 Please use  SolrRequest.getContentWriter(String)instead. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ContentStream> | BinaryRequestWriter. getContentStreams(SolrRequest req) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ContentStream> | UpdateRequest. getContentStreams() | 
| Collection<ContentStream> | ContentStreamUpdateRequest. getContentStreams() | 
| Collection<ContentStream> | RequestWriter. getContentStreams(SolrRequest req) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ContentStreamUpdateRequest. addContentStream(ContentStream contentStream) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Collection<ContentStream> | ClientUtils. toContentStreams(String str,
                String contentType)Take a string and make it an iterable ContentStream | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContentStreamBaseThree concrete implementations for ContentStream - one for File/URL/String | 
| static class  | ContentStreamBase.ByteArrayStreamConstruct a  ContentStreamfrom aFile | 
| static class  | ContentStreamBase.FileStreamConstruct a  ContentStreamfrom aFile | 
| static class  | ContentStreamBase.StringStreamConstruct a  ContentStreamfrom aString | 
| static class  | ContentStreamBase.URLStreamConstruct a  ContentStreamfrom aURLThis uses aURLConnectionto get the content stream | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContentStream | ContentStreamBase. create(RequestWriter requestWriter,
      SolrRequest req) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<CommandOperation> | CommandOperation. readCommands(Iterable<ContentStream> streams,
            NamedList resp) | 
| static List<CommandOperation> | CommandOperation. readCommands(Iterable<ContentStream> streams,
            NamedList resp,
            Set<String> singletonCommands)Read commands from request streams | 
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.