Uses of Interface
org.apache.solr.common.util.ContentStream
Packages that use ContentStream
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Implementations of some client API classes, and their friends.
Convenience classes for dealing with various types of Solr requests.
Utilities for Solr client applications.
Common utility classes reused on both clients & server.
-
Uses of ContentStream in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return types with arguments of type ContentStream -
Uses of ContentStream in org.apache.solr.client.solrj.impl
Method parameters in org.apache.solr.client.solrj.impl with type arguments of type ContentStreamModifier and TypeMethodDescriptionprotected booleanHttpSolrClientBase.isMultipart(Collection<ContentStream> streams) -
Uses of ContentStream in org.apache.solr.client.solrj.request
Fields in org.apache.solr.client.solrj.request declared as ContentStreamMethods in org.apache.solr.client.solrj.request that return types with arguments of type ContentStreamModifier and TypeMethodDescriptionConfigSetAdminRequest.Upload.getContentStreams()ContentStreamUpdateRequest.getContentStreams()JavaBinRequestWriter.getContentStreams(SolrRequest<?> req) abstract Collection<ContentStream> RequestWriter.getContentStreams(SolrRequest<?> req) Deprecated.XMLRequestWriter.getContentStreams(SolrRequest<?> req) Methods in org.apache.solr.client.solrj.request with parameters of type ContentStreamModifier and TypeMethodDescriptionvoidContentStreamUpdateRequest.addContentStream(ContentStream contentStream) ConfigSetAdminRequest.Upload.setUploadStream(ContentStream stream) Specify the ContentStream to upload. -
Uses of ContentStream in org.apache.solr.client.solrj.util
Methods in org.apache.solr.client.solrj.util that return types with arguments of type ContentStreamModifier and TypeMethodDescriptionstatic Collection<ContentStream> ClientUtils.toContentStreams(String str, String contentType) Take a string and make it an iterable ContentStream -
Uses of ContentStream in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement ContentStreamModifier and TypeClassDescriptionclassThree concrete implementations for ContentStream - one for File/URL/Stringstatic classConstruct aContentStreamfrom aFilestatic classConstruct aContentStreamfrom aFilestatic classConstruct aContentStreamfrom aStringstatic classConstruct aContentStreamfrom aURLThis uses aURLConnectionto get the content streamMethods in org.apache.solr.common.util that return ContentStreamModifier and TypeMethodDescriptionstatic ContentStreamContentStreamBase.create(RequestWriter requestWriter, SolrRequest req) Method parameters in org.apache.solr.common.util with type arguments of type ContentStreamModifier and TypeMethodDescriptionstatic 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
SolrRequest.getContentWriter(String)instead.