We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f4cee + 4364bc9 commit e760aefCopy full SHA for e760aef
1 file changed
openapi.yml
@@ -2087,6 +2087,23 @@ components:
2087
text_match:
2088
type: integer
2089
format: int64
2090
+ text_match_info:
2091
+ type: object
2092
+ properties:
2093
+ best_field_score:
2094
+ type: string
2095
+ best_field_weight:
2096
+ type: integer
2097
+ fields_matched:
2098
2099
+ num_tokens_dropped:
2100
2101
+ score:
2102
2103
+ tokens_matched:
2104
2105
+ typo_prefix_score:
2106
2107
geo_distance_meters:
2108
type: object
2109
description: Can be any key-value pair
0 commit comments