Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScoringProfile

Package version

Defines parameters for a search index that influence scoring in search queries.

Hierarchy

  • ScoringProfile

Index

Properties

Optional functionAggregation

functionAggregation: ScoringFunctionAggregation

A value indicating how the results of individual scoring functions should be combined. Defaults to "Sum". Ignored if there are no scoring functions. Possible values include: 'sum', 'average', 'minimum', 'maximum', 'firstMatching'

Optional functions

The collection of functions that influence the scoring of documents.

name

name: string

The name of the scoring profile.

Optional textWeights

textWeights: TextWeights

Parameters that boost scoring based on text matches in certain index fields.

Generated using TypeDoc