Метод | Описание | |
---|---|---|
DocumentIndexProvider ( IActivityLoggerFactory loggerFactory, |
||
GetDocumentIndex ( IPluginContext context, DocumentIndexTypeToken indexTypeToken ) : Maybe |
||
GetOrCreateDocumentIndex ( IPluginContext context, DocumentIndexTypeToken indexTypeToken ) : IDocumentIndex | ||
GetOrCreateDocumentIndexes ( IPluginContext context ) : IEnumerable |
Метод | Описание | |
---|---|---|
CreateDocumentIndex ( IPluginContext context, DocumentIndexTypeToken documentIndexTypeToken, int version = null ) : IDocumentIndex | ||
DoGetDocumentIndex ( IPluginContext context, DocumentIndexTypeToken documentIndexTypeToken ) : Maybe |
||
DoGetOrCreateDocumentIndex ( IPluginContext context, DocumentIndexTypeToken documentIndexTypeToken ) : IDocumentIndex |
public DocumentIndexProvider ( IActivityLoggerFactory loggerFactory, |
||
loggerFactory | IActivityLoggerFactory | |
documentIndexSetup | ||
documentIndexMetadata | DocumentIndexMetadata | |
optimizeHintFactory | DocumentIndexOptimizeHintFactory | |
Результат | System |
public GetDocumentIndex ( IPluginContext context, DocumentIndexTypeToken indexTypeToken ) : Maybe |
||
context | IPluginContext | |
indexTypeToken | DocumentIndexTypeToken | |
Результат | Maybe |
public GetOrCreateDocumentIndex ( IPluginContext context, DocumentIndexTypeToken indexTypeToken ) : IDocumentIndex | ||
context | IPluginContext | |
indexTypeToken | DocumentIndexTypeToken | |
Результат | IDocumentIndex |
public GetOrCreateDocumentIndexes ( IPluginContext context ) : IEnumerable |
||
context | IPluginContext | |
Результат | IEnumerable |