weaviate-client
    Preparing search index...

    Type Alias BoostOptions

    type BoostOptions = {
        conditions: {
            func:
                | TimeDecay
                | NumericDecay
                | PropertyValue
                | FilterValue & { type: "filter" };
            weight?: number;
        }[];
        depth?: number;
        weight?: number;
    }
    Index

    Properties

    conditions: {
        func:
            | TimeDecay
            | NumericDecay
            | PropertyValue
            | FilterValue & { type: "filter" };
        weight?: number;
    }[]
    depth?: number
    weight?: number