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.request.schema |
Convenience classes for making Schema API 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.
|
org.apache.solr.handler |
Concrete implementations of
SolrRequestHandler |
org.apache.solr.handler.dataimport |
DataImportHandler and related code. |
org.apache.solr.handler.extraction |
ExtractingRequestHandler and related code. |
org.apache.solr.handler.loader |
ContentStreamLoader implementations for
use in ContentStreamHandlerBase implementations |
org.apache.solr.request |
APIs and classes for dealing with Solr requests
|
org.apache.solr.servlet |
Servlet related classes for powering the Solr HTTP API
|
org.apache.solr.util |
Common utility classes used throughout Solr
|
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> |
CoreAdminRequest.getContentStreams() |
Collection<ContentStream> |
CollectionAdminRequest.getContentStreams() |
Collection<ContentStream> |
GenericSolrRequest.getContentStreams() |
Collection<ContentStream> |
UpdateRequest.getContentStreams() |
Collection<ContentStream> |
LukeRequest.getContentStreams() |
Collection<ContentStream> |
FieldAnalysisRequest.getContentStreams() |
Collection<ContentStream> |
QueryRequest.getContentStreams() |
Collection<ContentStream> |
ContentStreamUpdateRequest.getContentStreams() |
Collection<ContentStream> |
SolrPing.getContentStreams() |
Collection<ContentStream> |
DocumentAnalysisRequest.getContentStreams() |
Collection<ContentStream> |
DirectXmlRequest.getContentStreams() |
Collection<ContentStream> |
RequestWriter.getContentStreams(SolrRequest req) |
Modifier and Type | Method and Description |
---|---|
void |
ContentStreamUpdateRequest.addContentStream(ContentStream contentStream)
|
Modifier and Type | Method and Description |
---|---|
void |
GenericSolrRequest.setContentStreams(Collection<ContentStream> streams) |
Modifier and Type | Method and Description |
---|---|
Collection<ContentStream> |
SchemaRequest.Update.getContentStreams() |
Collection<ContentStream> |
AbstractSchemaRequest.getContentStreams() |
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.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 |
Modifier and Type | Method and Description |
---|---|
abstract void |
ContentStreamLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream)
Loaders are responsible for closing the stream
|
Modifier and Type | Method and Description |
---|---|
ContentStream |
RequestInfo.getContentStream() |
Constructor and Description |
---|
RequestInfo(SolrQueryRequest request,
Map<String,Object> requestParams,
ContentStream stream) |
Modifier and Type | Method and Description |
---|---|
void |
ExtractingDocumentLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor) |
Modifier and Type | Method and Description |
---|---|
void |
CSVLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor) |
void |
XMLLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor) |
void |
JavabinLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor) |
abstract void |
ContentStreamLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor)
Loaders are responsible for closing the stream
|
void |
JsonLoader.load(SolrQueryRequest req,
SolrQueryResponse rsp,
ContentStream stream,
UpdateRequestProcessor processor) |
Modifier and Type | Field and Description |
---|---|
protected Iterable<ContentStream> |
SolrQueryRequestBase.streams |
Modifier and Type | Method and Description |
---|---|
Iterable<ContentStream> |
SolrQueryRequest.getContentStreams()
A Collection of ContentStreams passed to the request
|
Iterable<ContentStream> |
SolrQueryRequestBase.getContentStreams()
A Collection of ContentStreams passed to the request
|
Modifier and Type | Method and Description |
---|---|
void |
SolrQueryRequestBase.setContentStreams(Iterable<ContentStream> s) |
Modifier and Type | Method and Description |
---|---|
SolrQueryRequest |
SolrRequestParsers.buildRequestFrom(SolrCore core,
SolrParams params,
Collection<ContentStream> streams) |
Modifier and Type | Method and Description |
---|---|
static List<CommandOperation> |
CommandOperation.readCommands(Iterable<ContentStream> streams,
SolrQueryResponse resp) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.