Member Junction
    Preparing search index...

    Provides full-text search using the MJ Metadata.FullTextSearch() method. Always available since it relies on the standard MJ provider infrastructure.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    config: SearchProviderConfig = null

    Config from the SearchProvider metadata record, set during Initialize()

    SourceType: SearchSource = 'fulltext'

    Which search source this provider represents

    PerEntityFetchDepth: number = 15

    Rows to fetch PER ENTITY as the ranking candidate pool — decoupled from the global topK budget (bug C3). Previously topK / 10, which capped every FTS entity to a tiny arbitrary slice regardless of how many entities matched. The engine still trims the fused set to topK. Public + static so a deployment can tune it at startup. Mirrors EntitySearchProvider.

    Accessors

    Methods