Skip to content

Commit

Permalink
Issue 424: Add support for handling of vector fields. Added the missi…
Browse files Browse the repository at this point in the history
…ng enum variant for KNN_VECTOR to the FieldType enum.

Signed-off-by: Dmitry Goldenberg <[email protected]>
  • Loading branch information
dgoldenberg-ias committed Jul 23, 2024
1 parent cc2eff3 commit 52b5302
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public enum FieldType {
TOKEN_COUNT,
TEXT, KEYWORD, HALF_FLOAT, SCALED_FLOAT,
WILDCARD,
KNN_VECTOR,

GEO_POINT,
GEO_SHAPE,
Expand Down Expand Up @@ -137,4 +138,4 @@ public LinkedHashSet<FieldType> getCastingTypes() {
}
return types;
}
}
}

0 comments on commit 52b5302

Please sign in to comment.