DocTransformer for modifying documents in Solr request responsesSee: Description
| Class | Description |
|---|---|
| BaseEditorialTransformer | |
| ChildDocTransformerFactory |
Attaches all descendants (child documents) to each parent document.
|
| DocIdAugmenterFactory |
Augments the document with a
[docid] integer containing it's current
(internal) id in the lucene index. |
| DocTransformer |
A DocTransformer can add, remove or alter a Document before it is written out to the Response.
|
| DocTransformer.NoopFieldTransformer |
Trivial Impl that ensure that the specified field is requested as an "extra" field,
but then does nothing during the transformation phase.
|
| DocTransformers |
Transform a document before it gets sent out
|
| ElevatedMarkerFactory |
Used to mark whether a document has been elevated or not
|
| ExcludedMarkerFactory | |
| ExplainAugmenterFactory | |
| GeoTransformerFactory |
This DocumentTransformer will write a
Shape to the SolrDocument using
the requested format. |
| RawValueTransformerFactory | |
| RawValueTransformerFactory.WriteableStringValue | |
| RenameFieldTransformer |
Return a field with a name that is different that what is indexed
|
| ScoreAugmenter |
Simple Augmenter that adds the score
|
| ShardAugmenterFactory | |
| SubQueryAugmenterFactory |
This transformer executes subquery per every result document.
|
| TransformerFactory |
New instance for each request
|
| ValueAugmenterFactory | |
| ValueSourceAugmenter |
Add values from a ValueSource (function query etc)
NOT really sure how or if this could work...
|
| WriteableGeoJSON |
This will let the writer add values to the response directly
|
| Enum | Description |
|---|---|
| ExplainAugmenterFactory.Style |
DocTransformer for modifying documents in Solr request responsesCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.