Method | Description | |
---|---|---|
AddDocument ( object itemToAdd ) : void | ||
AddDocument ( object itemToAdd, IExecutionContext executionContext ) : void | ||
AzureUpdateContext ( ISearchIndex index ) : Microsoft.Azure.Search | ||
Commit ( ) : void | ||
Commit ( IndexAction action, int retry ) : void | ||
Delete ( IIndexableId id ) : void | ||
Delete ( IIndexableUniqueId id ) : void | ||
Dispose ( ) : void | ||
Optimize ( ) : void | ||
UpdateDocument ( object itemToUpdate, object criteriaForUpdate ) : void | ||
UpdateDocument ( object itemToUpdate, object criteriaForUpdate, IExecutionContext executionContext ) : void |
public AddDocument ( object itemToAdd ) : void | ||
itemToAdd | object | |
return | void |
public AddDocument ( object itemToAdd, IExecutionContext executionContext ) : void | ||
itemToAdd | object | |
executionContext | IExecutionContext | |
return | void |
public AzureUpdateContext ( ISearchIndex index ) : Microsoft.Azure.Search | ||
index | ISearchIndex | |
return | Microsoft.Azure.Search |
public Commit ( IndexAction action, int retry ) : void | ||
action | IndexAction | |
retry | int | |
return | void |
public Delete ( IIndexableUniqueId id ) : void | ||
id | IIndexableUniqueId | |
return | void |
public UpdateDocument ( object itemToUpdate, object criteriaForUpdate ) : void | ||
itemToUpdate | object | |
criteriaForUpdate | object | |
return | void |
public UpdateDocument ( object itemToUpdate, object criteriaForUpdate, IExecutionContext executionContext ) : void | ||
itemToUpdate | object | |
criteriaForUpdate | object | |
executionContext | IExecutionContext | |
return | void |