Uses of Class
org.apache.solr.response.transform.TransformerFactory
-
Packages that use TransformerFactory Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.response.transform APIs and implementations ofDocTransformerfor modifying documents in Solr request responses -
-
Uses of TransformerFactory in org.apache.solr.core
Methods in org.apache.solr.core that return TransformerFactory Modifier and Type Method Description TransformerFactorySolrCore. getTransformerFactory(String name)Methods in org.apache.solr.core with parameters of type TransformerFactory Modifier and Type Method Description voidSolrCore. addTransformerFactory(String name, TransformerFactory factory) -
Uses of TransformerFactory in org.apache.solr.response.transform
Subclasses of TransformerFactory in org.apache.solr.response.transform Modifier and Type Class Description classChildDocTransformerFactoryAttaches all descendants (child documents) to each parent document.classCoreAugmenterFactoryclassDocIdAugmenterFactoryAugments the document with a[docid]integer containing it's current (internal) id in the lucene index.classElevatedMarkerFactoryUsed to mark whether a document has been elevated or notclassExcludedMarkerFactoryclassExplainAugmenterFactoryclassGeoTransformerFactoryThis DocumentTransformer will write aShapeto the SolrDocument using the requested format.classRawValueTransformerFactoryclassShardAugmenterFactoryclassSubQueryAugmenterFactoryThis transformer executes subquery per every result document.classValueAugmenterFactoryFields in org.apache.solr.response.transform with type parameters of type TransformerFactory Modifier and Type Field Description static Map<String,TransformerFactory>TransformerFactory. defaultFactories
-