|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentStream | |
---|---|
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. |
Uses of ContentStream in org.apache.solr.client.solrj |
---|
Methods in org.apache.solr.client.solrj that return types with arguments of type ContentStream | |
---|---|
abstract Collection<ContentStream> |
SolrRequest.getContentStreams()
|
Uses of ContentStream in org.apache.solr.client.solrj.impl |
---|
Methods in org.apache.solr.client.solrj.impl that return ContentStream | |
---|---|
ContentStream |
BinaryRequestWriter.getContentStream(UpdateRequest request)
|
Methods in org.apache.solr.client.solrj.impl that return types with arguments of type ContentStream | |
---|---|
Collection<ContentStream> |
BinaryRequestWriter.getContentStreams(SolrRequest req)
|
Uses of ContentStream in org.apache.solr.client.solrj.request |
---|
Classes in org.apache.solr.client.solrj.request that implement ContentStream | |
---|---|
class |
RequestWriter.LazyContentStream
|
Methods in org.apache.solr.client.solrj.request that return ContentStream | |
---|---|
ContentStream |
RequestWriter.getContentStream(UpdateRequest req)
|
Methods in org.apache.solr.client.solrj.request that return types with arguments of type ContentStream | |
---|---|
Collection<ContentStream> |
LukeRequest.getContentStreams()
|
Collection<ContentStream> |
SolrPing.getContentStreams()
|
Collection<ContentStream> |
ContentStreamUpdateRequest.getContentStreams()
|
Collection<ContentStream> |
QueryRequest.getContentStreams()
|
Collection<ContentStream> |
CoreAdminRequest.getContentStreams()
|
Collection<ContentStream> |
FieldAnalysisRequest.getContentStreams()
|
Collection<ContentStream> |
UpdateRequest.getContentStreams()
|
Collection<ContentStream> |
DirectXmlRequest.getContentStreams()
|
Collection<ContentStream> |
DocumentAnalysisRequest.getContentStreams()
|
Collection<ContentStream> |
CollectionAdminRequest.getContentStreams()
|
Collection<ContentStream> |
RequestWriter.getContentStreams(SolrRequest req)
|
Methods in org.apache.solr.client.solrj.request with parameters of type ContentStream | |
---|---|
void |
ContentStreamUpdateRequest.addContentStream(ContentStream contentStream)
Add a ContentStream to ContentStreamUpdateRequest.getContentStreams() |
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 ContentStream | |
---|---|
static 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 ContentStream | |
---|---|
class |
ContentStreamBase
Three concrete implementations for ContentStream - one for File/URL/String |
static class |
ContentStreamBase.ByteArrayStream
Construct a ContentStream from a File |
static class |
ContentStreamBase.FileStream
Construct a ContentStream from a File |
static class |
ContentStreamBase.StringStream
Construct a ContentStream from a String |
static class |
ContentStreamBase.URLStream
Construct a ContentStream from a URL
This uses a URLConnection to get the content stream |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |