Member Junction
    Preparing search index...

    Interface RegisteredSearchProviderInfo

    Lightweight catalog entry for a registered search provider, returned by BaseSearchProvider.GetAvailableProviders(). Designed for UI dropdown population on the SearchScope form (P5.5) — a single call gives the form everything it needs to render selectable options without separately instantiating each registered class.

    interface RegisteredSearchProviderInfo {
        DriverClass: string;
        SourceType: SearchSource;
    }
    Index

    Properties

    DriverClass: string

    ClassFactory registration key — the SearchProvider.DriverClass column value

    SourceType: SearchSource

    SearchSource the provider implements ('vector' | 'fulltext' | 'entity' | 'storage')