Method | Description | |
---|---|---|
CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition |
Creates the Transformer definition.
|
|
Execute ( IDatabaseCommands databaseCommands, |
Executes the index creation against the specified document database using the specified conventions
|
|
Execute ( IDocumentStore store ) : void | ||
ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, |
Executes the index creation against the specified document store.
|
Method | Description | |
---|---|---|
Query ( string key ) : RavenJToken |
public abstract CreateTransformerDefinition ( ) : Raven.Abstractions.Indexing.TransformerDefinition | ||
return | Raven.Abstractions.Indexing.TransformerDefinition |
public Execute ( IDatabaseCommands databaseCommands, |
||
databaseCommands | IDatabaseCommands | |
documentConvention | ||
return | void |
public Execute ( IDocumentStore store ) : void | ||
store | IDocumentStore | |
return | void |
public ExecuteAsync ( IAsyncDatabaseCommands asyncDatabaseCommands, |
||
asyncDatabaseCommands | IAsyncDatabaseCommands | |
documentConvention | ||
return | System.Threading.Tasks.Task |