Package | Description |
---|---|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.response.transform |
APIs and implementations of
DocTransformer for modifying documents in Solr request responses |
Modifier and Type | Method and Description |
---|---|
TransformerFactory |
SolrCore.getTransformerFactory(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SolrCore.addTransformerFactory(String name,
TransformerFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
ChildDocTransformerFactory |
class |
DocIdAugmenterFactory |
class |
ElevatedMarkerFactory
Used to mark whether a document has been elevated or not
|
class |
ExcludedMarkerFactory |
class |
ExplainAugmenterFactory |
class |
ShardAugmenterFactory |
class |
ValueAugmenterFactory |
Modifier and Type | Field and Description |
---|---|
static Map<String,TransformerFactory> |
TransformerFactory.defaultFactories |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.