| Package | Description |
|---|---|
| org.apache.solr.client.solrj | |
| org.apache.solr.client.solrj.impl | |
| org.apache.solr.client.solrj.request | |
| org.apache.solr.client.solrj.util | |
| org.apache.solr.common.util |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<ContentStream> |
SolrRequest.getContentStreams() |
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
BinaryRequestWriter.getContentStream(UpdateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentStream> |
BinaryRequestWriter.getContentStreams(SolrRequest req) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestWriter.LazyContentStream |
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
RequestWriter.getContentStream(UpdateRequest req) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentStream> |
LukeRequest.getContentStreams() |
Collection<ContentStream> |
SolrPing.getContentStreams() |
Collection<ContentStream> |
ContentStreamUpdateRequest.getContentStreams() |
Collection<ContentStream> |
QueryRequest.getContentStreams() |
Collection<ContentStream> |
CoreAdminRequest.getContentStreams() |
Collection<ContentStream> |
UpdateRequestExt.getContentStreams() |
Collection<ContentStream> |
FieldAnalysisRequest.getContentStreams() |
Collection<ContentStream> |
UpdateRequest.getContentStreams() |
Collection<ContentStream> |
DirectXmlRequest.getContentStreams() |
Collection<ContentStream> |
DocumentAnalysisRequest.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 |
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 String |
static class |
ContentStreamBase.URLStream
Construct a
ContentStream from a URL
This uses a URLConnection to get the content stream |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.