Skip to content

Commit 1814bff

Browse files
authored
fixes the num_tokens_dropped deserialization (#252)
1 parent 9c2cbb3 commit 1814bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Typesense/SearchResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public record TextMatchInfo
9292
public int FieldsMatched { get; set; }
9393

9494
[JsonPropertyName("num_tokens_dropped")]
95-
public int NumTokensDropped { get; set; }
95+
public long NumTokensDropped { get; set; }
9696

9797
[JsonPropertyName("score")]
9898
public string Score { get; set; }

0 commit comments

Comments
 (0)