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, transform
protected TransformContext context
public void setContext(TransformContext context)
DocTransformer
setContext
in class DocTransformer
context
- The TransformContext
stores information about the current state of things in Solr that may be
useful for doing transformations.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.