Méthode | Description | |
---|---|---|
AddCrawler ( IProviderCrawler crawler ) : void | ||
AddCrawler ( IProviderCrawler crawler, bool initializeCrawler ) : void | ||
AddIndex ( ISearchIndex index ) : void | ||
AddStrategy ( IIndexUpdateStrategy strategy ) : void | ||
AzureIndex ( string name, IIndexPropertyStore propertyStore ) : Azure.ContentSearch.AzureProvider | ||
CreateDeleteContext ( ) : IProviderDeleteContext | ||
CreateSearchContext ( SearchSecurityOptions options = SearchSecurityOptions.Default ) : IProviderSearchContext | ||
CreateUpdateContext ( ) : IProviderUpdateContext | ||
Delete ( IIndexableId indexableId ) : void | ||
Delete ( IIndexableId indexableId, IndexingOptions indexingOptions ) : void | ||
Delete ( IIndexableUniqueId indexableUniqueId ) : void | ||
Delete ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void | ||
Initialize ( ) : void | ||
Rebuild ( ) : void | ||
Rebuild ( IndexingOptions indexingOptions ) : void | ||
RebuildAsync ( IndexingOptions indexingOptions, |
||
Refresh ( IIndexable indexableStartingPoint ) : void | ||
Refresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions ) : void | ||
RefreshAsync ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
||
RemoveAllCrawlers ( ) : void | ||
RemoveCrawler ( IProviderCrawler crawler ) : bool | ||
Reset ( ) : void | ||
Update ( IEnumerable |
||
Update ( IEnumerable |
||
Update ( IIndexableUniqueId indexableUniqueId ) : void | ||
Update ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void | ||
EnsureInitialized ( ) : void | ||
PerformRebuild ( IndexingOptions indexingOptions, |
||
PerformRefresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
Méthode | Description | |
---|---|---|
PerformUpdate ( IEnumerable |
||
SetupAzureSearchClient ( ) : void |
public AddCrawler ( IProviderCrawler crawler ) : void | ||
crawler | IProviderCrawler | |
Résultat | void |
public AddCrawler ( IProviderCrawler crawler, bool initializeCrawler ) : void | ||
crawler | IProviderCrawler | |
initializeCrawler | bool | |
Résultat | void |
public AddIndex ( ISearchIndex index ) : void | ||
index | ISearchIndex | |
Résultat | void |
public AddStrategy ( IIndexUpdateStrategy strategy ) : void | ||
strategy | IIndexUpdateStrategy | |
Résultat | void |
public AzureIndex ( string name, IIndexPropertyStore propertyStore ) : Azure.ContentSearch.AzureProvider | ||
name | string | |
propertyStore | IIndexPropertyStore | |
Résultat | Azure.ContentSearch.AzureProvider |
public CreateDeleteContext ( ) : IProviderDeleteContext | ||
Résultat | IProviderDeleteContext |
public CreateSearchContext ( SearchSecurityOptions options = SearchSecurityOptions.Default ) : IProviderSearchContext | ||
options | SearchSecurityOptions | |
Résultat | IProviderSearchContext |
public CreateUpdateContext ( ) : IProviderUpdateContext | ||
Résultat | IProviderUpdateContext |
public Delete ( IIndexableId indexableId ) : void | ||
indexableId | IIndexableId | |
Résultat | void |
public Delete ( IIndexableId indexableId, IndexingOptions indexingOptions ) : void | ||
indexableId | IIndexableId | |
indexingOptions | IndexingOptions | |
Résultat | void |
public Delete ( IIndexableUniqueId indexableUniqueId ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
Résultat | void |
public Delete ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
indexingOptions | IndexingOptions | |
Résultat | void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
Résultat | void |
protected PerformRebuild ( IndexingOptions indexingOptions, |
||
indexingOptions | IndexingOptions | |
cancellationToken | ||
Résultat | void |
protected PerformRefresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
||
indexableStartingPoint | IIndexable | |
indexingOptions | IndexingOptions | |
cancellationToken | ||
Résultat | void |
public Rebuild ( IndexingOptions indexingOptions ) : void | ||
indexingOptions | IndexingOptions | |
Résultat | void |
public RebuildAsync ( IndexingOptions indexingOptions, |
||
indexingOptions | IndexingOptions | |
cancellationToken | ||
Résultat | Task |
public Refresh ( IIndexable indexableStartingPoint ) : void | ||
indexableStartingPoint | IIndexable | |
Résultat | void |
public Refresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions ) : void | ||
indexableStartingPoint | IIndexable | |
indexingOptions | IndexingOptions | |
Résultat | void |
public RefreshAsync ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
||
indexableStartingPoint | IIndexable | |
indexingOptions | IndexingOptions | |
cancellationToken | ||
Résultat | Task |
public RemoveCrawler ( IProviderCrawler crawler ) : bool | ||
crawler | IProviderCrawler | |
Résultat | bool |
public Update ( IEnumerable |
||
indexableUniqueIds | IEnumerable |
|
Résultat | void |
public Update ( IEnumerable |
||
indexableUniqueIds | IEnumerable |
|
indexingOptions | IndexingOptions | |
Résultat | void |
public Update ( IIndexableUniqueId indexableUniqueId ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
Résultat | void |
public Update ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
indexingOptions | IndexingOptions | |
Résultat | void |