Skip to content

Commit 4364bc9

Browse files
committed
add definition for search result hit text_match_info
resolve typesense/typesense-go#186
1 parent 27f4cee commit 4364bc9

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

openapi.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,6 +2087,23 @@ components:
20872087
text_match:
20882088
type: integer
20892089
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+
type: integer
2099+
num_tokens_dropped:
2100+
type: integer
2101+
score:
2102+
type: string
2103+
tokens_matched:
2104+
type: integer
2105+
typo_prefix_score:
2106+
type: integer
20902107
geo_distance_meters:
20912108
type: object
20922109
description: Can be any key-value pair

0 commit comments

Comments
 (0)