dyna-record
    Preparing search index...

    Interface ResolveSearchSchemaParams

    Parameters resolving an index's search schema at metadata initialization. See VectorIndexMetadata.resolveSearchSchema.

    interface ResolveSearchSchemaParams {
        hashAlias?: string;
        inlineFilterAliases: string[];
        memberEntities: string[];
    }
    Index

    Properties

    hashAlias?: string

    Table alias of the scoping foreign key attribute (the index HASH). Undefined for global indexes.

    inlineFilterAliases: string[]

    Sorted table aliases of the index's inline filters, including the entity type filter the library declares automatically.

    memberEntities: string[]

    Class names of the searchable member entities of the index.