| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| org.apache.solr.response |
API and implementations of
QueryResponseWriter for formating Solr request responses |
| Modifier and Type | Class and Description |
|---|---|
class |
SolrCore.LazyQueryResponseWriterWrapper |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,QueryResponseWriter> |
SolrCore.DEFAULT_RESPONSE_WRITERS |
| Modifier and Type | Method and Description |
|---|---|
QueryResponseWriter |
SolrCore.getQueryResponseWriter(SolrQueryRequest request)
Returns the appropriate writer for a request.
|
QueryResponseWriter |
SolrCore.getQueryResponseWriter(String writerName)
Finds a writer by name, or returns the default writer if not found.
|
QueryResponseWriter |
SolrCore.LazyQueryResponseWriterWrapper.getWrappedWriter() |
QueryResponseWriter |
SolrCore.registerResponseWriter(String name,
QueryResponseWriter responseWriter)
NOTE: this function is not thread safe.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResponseWriter |
SolrCore.registerResponseWriter(String name,
QueryResponseWriter responseWriter)
NOTE: this function is not thread safe.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryQueryResponseWriter
Implementations of
BinaryQueryResponseWriter are used to
write response in binary format. |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryResponseWriter |
class |
CSVResponseWriter |
class |
JSONResponseWriter |
class |
PHPResponseWriter |
class |
PHPSerializedResponseWriter
A description of the PHP serialization format can be found here:
http://www.hurring.com/scott/code/perl/serialize/
|
class |
PythonResponseWriter |
class |
RawResponseWriter
Writes a ContentStream directly to the output.
|
class |
RubyResponseWriter |
class |
SchemaXmlResponseWriter |
class |
SortingResponseWriter |
class |
XMLResponseWriter |
class |
XSLTResponseWriter
QueryResponseWriter which captures the output of the XMLWriter
(in memory for now, not optimal performancewise), and applies an XSLT transform
to it.
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryResponseWriter |
RawResponseWriter.getBaseWriter(SolrQueryRequest request) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.