-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Deprecate min_score #13115
Copy link
Copy link
Closed
Labels
:Search Relevance/RankingScoring, rescoring, rank evaluation.Scoring, rescoring, rank evaluation.>deprecationTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchhelp wantedadoptmeadoptmeteam-discuss
Metadata
Metadata
Assignees
Labels
:Search Relevance/RankingScoring, rescoring, rank evaluation.Scoring, rescoring, rank evaluation.>deprecationTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchhelp wantedadoptmeadoptmeteam-discuss
Type
Fields
Give feedbackNo fields configured for issues without a type.
Quoting documentation: "Note, most times, this does not make much sense, but is provided for advanced use cases".
Besides, it can be implemented easily with a function_score query, which will be as efficient and more flexible since you can put it anywhere in the query tree.