public abstract class AbstractTransformerCreationTask extends AbstractCommonApiForIndexesAndTransformers
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
transformResults |
Constructor and Description |
---|
AbstractTransformerCreationTask() |
Modifier and Type | Method and Description |
---|---|
TransformerDefinition |
createTransformerDefinition()
Creates the Transformer definition.
|
void |
execute(IDatabaseCommands databaseCommands,
DocumentConvention documentConvention) |
void |
execute(IDocumentStore store) |
DocumentConvention |
getConventions() |
java.lang.String |
getTransformerName()
Gets the name of the index.
|
void |
setConventions(DocumentConvention convention) |
getReplicationOperation, updateIndexInReplication
public java.lang.String getTransformerName()
public DocumentConvention getConventions()
public void setConventions(DocumentConvention convention)
public TransformerDefinition createTransformerDefinition()
public void execute(IDocumentStore store)
public void execute(IDatabaseCommands databaseCommands, DocumentConvention documentConvention)
Copyright © 2014. All Rights Reserved.