Метод | Описание | |
---|---|---|
DeleteIndex ( string indexName ) : void | ||
IndexingService ( IOrchardServices services, IIndexManager indexManager, IEnumerable indexNotifierHandlers, IIndexStatisticsProvider indexStatisticsProvider, IIndexingTaskExecutor indexingTaskExecutor ) : System.Collections.Generic | ||
RebuildIndex ( string indexName ) : void | ||
UpdateIndex ( string indexName ) : void |
Метод | Описание | |
---|---|---|
IIndexingService ( string indexName ) : |
public DeleteIndex ( string indexName ) : void | ||
indexName | string | |
Результат | void |
public IndexingService ( IOrchardServices services, IIndexManager indexManager, IEnumerable indexNotifierHandlers, IIndexStatisticsProvider indexStatisticsProvider, IIndexingTaskExecutor indexingTaskExecutor ) : System.Collections.Generic | ||
services | IOrchardServices | |
indexManager | IIndexManager | |
indexNotifierHandlers | IEnumerable | |
indexStatisticsProvider | IIndexStatisticsProvider | |
indexingTaskExecutor | IIndexingTaskExecutor | |
Результат | System.Collections.Generic |
public RebuildIndex ( string indexName ) : void | ||
indexName | string | |
Результат | void |
public UpdateIndex ( string indexName ) : void | ||
indexName | string | |
Результат | void |