ScoringOptions: {
    fulltext_boost?: FullTextBoost | null;
    semantic_boost?: SemanticBoost | null;
}

Scoring options provides ways to modify the sparse or dense vector created for the query in order to change how potential matches are scored. If not specified, this defaults to no modifications.