Package | Description |
---|---|
org.apache.solr.response.transform |
APIs and implementations of
DocTransformer for modifying documents in Solr request responses |
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
Modifier and Type | Class and Description |
---|---|
class |
BaseEditorialTransformer |
static class |
DocTransformer.NoopFieldTransformer
Trivial Impl that ensure that the specified field is requested as an "extra" field,
but then does nothing during the transformation phase.
|
class |
DocTransformers
Transform a document before it gets sent out
|
class |
RenameFieldTransformer
Return a field with a name that is different that what is indexed
|
class |
ScoreAugmenter
Simple Augmenter that adds the score
|
class |
ValueSourceAugmenter
Add values from a ValueSource (function query etc)
NOT really sure how or if this could work...
|
Modifier and Type | Method and Description |
---|---|
void |
DocTransformers.addTransformer(DocTransformer a) |
Modifier and Type | Field and Description |
---|---|
protected DocTransformer |
SolrReturnFields.transformer |
Modifier and Type | Method and Description |
---|---|
DocTransformer |
SolrReturnFields.getTransformer() |
abstract DocTransformer |
ReturnFields.getTransformer()
Returns the DocTransformer used to modify documents, or
null |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.