Метод | Описание | |
---|---|---|
CreateIndexes ( |
Creates the indexes found in the specified assembly.
|
|
CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDatabaseCommands databaseCommands, |
Creates the indexes found in the specified catalog
|
|
CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : void |
Creates the indexes found in the specified catalog
|
|
CreateIndexesAsync ( |
Creates the indexes found in the specified assembly.
|
|
CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IAsyncDatabaseCommands asyncDatabaseCommands, |
Creates the indexes found in the specified catalog
|
|
CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : System.Threading.Tasks.Task |
Creates the indexes found in the specified catalog
|
public static CreateIndexes ( |
||
assemblyToScanForIndexingTasks | The assembly to scan for indexing tasks. | |
documentStore | IDocumentStore | The document store. |
Результат | void |
public static CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDatabaseCommands databaseCommands, |
||
catalogToGetnIndexingTasksFrom | System.ComponentModel.Composition.Hosting.ExportProvider | The catalog to get indexing tasks from. |
databaseCommands | IDatabaseCommands | |
conventions | ||
Результат | void |
public static CreateIndexes ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : void | ||
catalogToGetnIndexingTasksFrom | System.ComponentModel.Composition.Hosting.ExportProvider | The catalog to get indexing tasks from. |
documentStore | IDocumentStore | The document store. |
Результат | void |
public static CreateIndexesAsync ( |
||
assemblyToScanForIndexingTasks | The assembly to scan for indexing tasks. | |
documentStore | IDocumentStore | The document store. |
Результат | System.Threading.Tasks.Task |
public static CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IAsyncDatabaseCommands asyncDatabaseCommands, |
||
catalogToGetnIndexingTasksFrom | System.ComponentModel.Composition.Hosting.ExportProvider | |
asyncDatabaseCommands | IAsyncDatabaseCommands | |
conventions | ||
Результат | System.Threading.Tasks.Task |
public static CreateIndexesAsync ( System.ComponentModel.Composition.Hosting.ExportProvider catalogToGetnIndexingTasksFrom, IDocumentStore documentStore ) : System.Threading.Tasks.Task | ||
catalogToGetnIndexingTasksFrom | System.ComponentModel.Composition.Hosting.ExportProvider | The catalog to get indexing tasks from. |
documentStore | IDocumentStore | The document store. |
Результат | System.Threading.Tasks.Task |