From 9e6aeb35180b59b888bb92fe20493a4ce9208c19 Mon Sep 17 00:00:00 2001 From: Abhinav Dangeti Date: Tue, 7 Jan 2025 08:03:05 -0700 Subject: [PATCH] Update comment --- indexing_options.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indexing_options.go b/indexing_options.go index 9002399..a587ded 100644 --- a/indexing_options.go +++ b/indexing_options.go @@ -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