Méthode | Description | |
---|---|---|
AddDocument ( object itemToAdd ) : void | ||
AddDocument ( object itemToAdd, IExecutionContext executionContext ) : void | ||
AzureUpdateContext ( ISearchIndex index ) : Microsoft.Azure.Search.Models | ||
AzureUpdateContext ( ISearchIndex index, ICommitPolicyExecutor commitPolicyExecutor ) : Microsoft.Azure.Search.Models | ||
Commit ( ) : 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 |
Méthode | Description | |
---|---|---|
AzureUpdateContext ( ISearchIndex index, ICommitPolicy commitPolicy, ICommitPolicyExecutor commitPolicyExecutor ) : Microsoft.Azure.Search.Models |
public AddDocument ( object itemToAdd ) : void | ||
itemToAdd | object | |
Résultat | void |
public AddDocument ( object itemToAdd, IExecutionContext executionContext ) : void | ||
itemToAdd | object | |
executionContext | IExecutionContext | |
Résultat | void |
public AzureUpdateContext ( ISearchIndex index ) : Microsoft.Azure.Search.Models | ||
index | ISearchIndex | |
Résultat | Microsoft.Azure.Search.Models |
public AzureUpdateContext ( ISearchIndex index, ICommitPolicyExecutor commitPolicyExecutor ) : Microsoft.Azure.Search.Models | ||
index | ISearchIndex | |
commitPolicyExecutor | ICommitPolicyExecutor | |
Résultat | Microsoft.Azure.Search.Models |
public Delete ( IIndexableUniqueId id ) : void | ||
id | IIndexableUniqueId | |
Résultat | void |
public UpdateDocument ( object itemToUpdate, object criteriaForUpdate ) : void | ||
itemToUpdate | object | |
criteriaForUpdate | object | |
Résultat | void |
public UpdateDocument ( object itemToUpdate, object criteriaForUpdate, IExecutionContext executionContext ) : void | ||
itemToUpdate | object | |
criteriaForUpdate | object | |
executionContext | IExecutionContext | |
Résultat | void |