메소드 | 설명 | |
---|---|---|
AddCrawler ( IProviderCrawler crawler ) : void | ||
AddCrawler ( IProviderCrawler crawler, bool initializeCrawler ) : void | ||
AddIndex ( ISearchIndex index ) : void | ||
AddStrategy ( IIndexUpdateStrategy strategy ) : void | ||
AzureIndex ( string name, string folder, IIndexPropertyStore propertyStore ) : Microsoft.Azure.Search | ||
AzureIndex ( string name, string folder, IIndexPropertyStore propertyStore, string group ) : Microsoft.Azure.Search | ||
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 ( ) : void | ||
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 ( IEnumerable |
||
Update ( IIndexableUniqueId indexableUniqueId ) : void | ||
Update ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void |
메소드 | 설명 | |
---|---|---|
AzureIndex ( string name ) : Microsoft.Azure.Search | ||
PerformRebuild ( IndexingOptions indexingOptions, |
||
PerformRefresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
메소드 | 설명 | |
---|---|---|
BuildAzureIndex ( ) : void |
public AddCrawler ( IProviderCrawler crawler ) : void | ||
crawler | IProviderCrawler | |
리턴 | void |
public AddCrawler ( IProviderCrawler crawler, bool initializeCrawler ) : void | ||
crawler | IProviderCrawler | |
initializeCrawler | bool | |
리턴 | void |
public AddStrategy ( IIndexUpdateStrategy strategy ) : void | ||
strategy | IIndexUpdateStrategy | |
리턴 | void |
protected AzureIndex ( string name ) : Microsoft.Azure.Search | ||
name | string | |
리턴 | Microsoft.Azure.Search |
public AzureIndex ( string name, string folder, IIndexPropertyStore propertyStore ) : Microsoft.Azure.Search | ||
name | string | |
folder | string | |
propertyStore | IIndexPropertyStore | |
리턴 | Microsoft.Azure.Search |
public AzureIndex ( string name, string folder, IIndexPropertyStore propertyStore, string group ) : Microsoft.Azure.Search | ||
name | string | |
folder | string | |
propertyStore | IIndexPropertyStore | |
group | string | |
리턴 | Microsoft.Azure.Search |
public CreateDeleteContext ( ) : IProviderDeleteContext | ||
리턴 | IProviderDeleteContext |
public CreateSearchContext ( SearchSecurityOptions options = SearchSecurityOptions.Default ) : IProviderSearchContext | ||
options | SearchSecurityOptions | |
리턴 | IProviderSearchContext |
public CreateUpdateContext ( ) : IProviderUpdateContext | ||
리턴 | IProviderUpdateContext |
public Delete ( IIndexableId indexableId, IndexingOptions indexingOptions ) : void | ||
indexableId | IIndexableId | |
indexingOptions | IndexingOptions | |
리턴 | void |
public Delete ( IIndexableUniqueId indexableUniqueId ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
리턴 | void |
public Delete ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
indexingOptions | IndexingOptions | |
리턴 | void |
protected PerformRebuild ( IndexingOptions indexingOptions, |
||
indexingOptions | IndexingOptions | |
cancellationToken | ||
리턴 | void |
protected PerformRefresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
||
indexableStartingPoint | IIndexable | |
indexingOptions | IndexingOptions | |
cancellationToken | ||
리턴 | void |
public Rebuild ( IndexingOptions indexingOptions ) : void | ||
indexingOptions | IndexingOptions | |
리턴 | void |
public RebuildAsync ( IndexingOptions indexingOptions, |
||
indexingOptions | IndexingOptions | |
cancellationToken | ||
리턴 | Task |
public Refresh ( IIndexable indexableStartingPoint ) : void | ||
indexableStartingPoint | IIndexable | |
리턴 | void |
public Refresh ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions ) : void | ||
indexableStartingPoint | IIndexable | |
indexingOptions | IndexingOptions | |
리턴 | void |
public RefreshAsync ( IIndexable indexableStartingPoint, IndexingOptions indexingOptions, |
||
indexableStartingPoint | IIndexable | |
indexingOptions | IndexingOptions | |
cancellationToken | ||
리턴 | Task |
public RemoveCrawler ( IProviderCrawler crawler ) : bool | ||
crawler | IProviderCrawler | |
리턴 | bool |
public Update ( IEnumerable |
||
indexableUniqueIds | IEnumerable |
|
리턴 | void |
public Update ( IEnumerable |
||
indexableUniqueIds | IEnumerable |
|
indexingOptions | IndexingOptions | |
리턴 | void |
public Update ( IEnumerable |
||
indexableInfo | IEnumerable |
|
리턴 | void |
public Update ( IIndexableUniqueId indexableUniqueId ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
리턴 | void |
public Update ( IIndexableUniqueId indexableUniqueId, IndexingOptions indexingOptions ) : void | ||
indexableUniqueId | IIndexableUniqueId | |
indexingOptions | IndexingOptions | |
리턴 | void |