Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti committed Jan 7, 2025
1 parent 4444f3b commit 9e6aeb3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexing_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ const (
)

// Scoring model indicates the algorithm used to rank documents fetched
// for a query performed on a field. Default is the bm25 scoring but can be set
// to other models like the legacy tf-idf.
// for a query performed on a text field.
const DefaultScoringModel = TFIDFScoring

// Supported similarity models
Expand Down

0 comments on commit 9e6aeb3

Please sign in to comment.