Skip to content

Commit

Permalink
try fixing elasticsearch conversion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHawk committed Jan 15, 2025
1 parent 0bdb279 commit 126c0de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
@org.springframework.data.elasticsearch.annotations.Field(type = org.springframework.data.elasticsearch.annotations.FieldType.Boolean)
<%_ } else if (field.fieldTypeInteger) { _%>
@org.springframework.data.elasticsearch.annotations.Field(type = org.springframework.data.elasticsearch.annotations.FieldType.Integer)
<%_ } _%>
<%_ } else if (field.fieldTypeLocalTime) { _%>
@org.springframework.data.elasticsearch.annotations.Field(type = org.springframework.data.elasticsearch.annotations.FieldType.Date, format = org.springframework.data.elasticsearch.annotations.DateFormat.hour_minute_second_millis)
<%_ } _%>
<&_ } -&>
<%_ } -%>
Expand Down

0 comments on commit 126c0de

Please sign in to comment.