|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentStream | |
|---|---|
| org.apache.solr.request | |
| org.apache.solr.util | |
| Uses of ContentStream in org.apache.solr.request |
|---|
| Fields in org.apache.solr.request with type parameters of type ContentStream | |
|---|---|
protected Iterable<ContentStream> |
SolrQueryRequestBase.streams
|
| Methods in org.apache.solr.request that return types with arguments of type ContentStream | |
|---|---|
Iterable<ContentStream> |
SolrQueryRequestBase.getContentStreams()
A Collection of ContentStreams passed to the request |
Iterable<ContentStream> |
SolrQueryRequest.getContentStreams()
A Collection of ContentStreams passed to the request |
| Method parameters in org.apache.solr.request with type arguments of type ContentStream | |
|---|---|
void |
SolrQueryRequestBase.setContentStreams(Iterable<ContentStream> s)
|
| Uses of ContentStream in org.apache.solr.util |
|---|
| Classes in org.apache.solr.util that implement ContentStream | |
|---|---|
class |
ContentStreamBase
Three concrete implementations for ContentStream - one for File/URL/String |
static class |
ContentStreamBase.FileStream
Construct a ContentStream from a File |
static class |
ContentStreamBase.StringStream
Construct a ContentStream from a File |
static class |
ContentStreamBase.URLStream
Construct a ContentStream from a URL
This uses a URLConnection to get the content stream |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||