C# Класс Tp.Search.Model.Document.DocumentIndexRebuilder

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DocumentIndexRebuilder ( IDocumentIndexProvider documentIndexProvider, DocumentIndexSetup documentIndexSetup, ITpBus bus, IPluginContext pluginContext, IPluginMetadata pluginMetadata, IProfileCollection profileCollection, IProfile profile, IActivityLogger logger ) : System.Linq
RebuildIfNeeded ( bool shouldRebuildIfNoProfile = false ) : bool

Приватные методы

Метод Описание
DoRebuild ( ) : void
IsRebuildInProgress ( ) : bool

Описание методов

DocumentIndexRebuilder() публичный Метод

public DocumentIndexRebuilder ( IDocumentIndexProvider documentIndexProvider, DocumentIndexSetup documentIndexSetup, ITpBus bus, IPluginContext pluginContext, IPluginMetadata pluginMetadata, IProfileCollection profileCollection, IProfile profile, IActivityLogger logger ) : System.Linq
documentIndexProvider IDocumentIndexProvider
documentIndexSetup DocumentIndexSetup
bus ITpBus
pluginContext IPluginContext
pluginMetadata IPluginMetadata
profileCollection IProfileCollection
profile IProfile
logger IActivityLogger
Результат System.Linq

RebuildIfNeeded() публичный Метод

public RebuildIfNeeded ( bool shouldRebuildIfNoProfile = false ) : bool
shouldRebuildIfNoProfile bool
Результат bool