public abstract class TransformerWithContext extends DocTransformer
| Modifier and Type | Field and Description |
|---|---|
protected TransformContext |
context |
| Constructor and Description |
|---|
TransformerWithContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
setContext(TransformContext context)
This is called before transform and sets
|
getName, toString, transformprotected TransformContext context
public void setContext(TransformContext context)
DocTransformersetContext in class DocTransformercontext - The TransformContext stores information about the current state of things in Solr that may be
useful for doing transformations.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.