We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2cbb3 commit 1814bffCopy full SHA for 1814bff
1 file changed
src/Typesense/SearchResult.cs
@@ -92,7 +92,7 @@ public record TextMatchInfo
92
public int FieldsMatched { get; set; }
93
94
[JsonPropertyName("num_tokens_dropped")]
95
- public int NumTokensDropped { get; set; }
+ public long NumTokensDropped { get; set; }
96
97
[JsonPropertyName("score")]
98
public string Score { get; set; }
0 commit comments