We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c81f8 commit f7e3935Copy full SHA for f7e3935
1 file changed
src/Typesense/Field.cs
@@ -45,6 +45,12 @@ public record Field
45
[JsonPropertyName("stem")]
46
public bool? Stem { get; init; }
47
48
+ [JsonPropertyName("vec_dist")]
49
+ public string? VecDist { get; init; }
50
+
51
+ [JsonPropertyName("range_index")]
52
+ public bool? RangeIndex { get; init; }
53
54
// This constructor is made to handle inherited classes.
55
protected Field(string name)
56
{
0 commit comments