Package org.apache.solr.response.transform

APIs and implementations of DocTransformer for modifying documents in Solr request responses

See:
          Description

Class Summary
BaseEditorialTransformer  
DocIdAugmenterFactory  
DocTransformer A DocTransformer can add, remove or alter a Document before it is written out to the Response.
DocTransformers Transform a document before it gets sent out
ElevatedMarkerFactory Used to mark whether a document has been elevated or not
ExcludedMarkerFactory  
ExplainAugmenterFactory  
RenameFieldTransformer Return a field with a name that is different that what is indexed
ScoreAugmenter Simple Augmenter that adds the score
ShardAugmenterFactory  
TransformContext Environment variables for the transformed documents
TransformerFactory New instance for each request
TransformerWithContext  
ValueAugmenterFactory  
ValueSourceAugmenter Add values from a ValueSource (function query etc) NOT really sure how or if this could work...
 

Enum Summary
ExplainAugmenterFactory.Style  
 

Package org.apache.solr.response.transform Description

APIs and implementations of DocTransformer for modifying documents in Solr request responses



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.