Skip to content

Commit

Permalink
#89 Change datetime to timestamp.
Browse files Browse the repository at this point in the history
Signed-off-by: jzonthemtn <[email protected]>
  • Loading branch information
jzonthemtn committed Feb 4, 2025
1 parent 08ea814 commit ef05e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ public void createQuerySetIndex() throws Exception {

final String mapping = "{\n" +
" \"properties\": {\n" +
" \"datetime\": { \"type\": \"date\", \"format\": \"strict_date_time\" },\n" +
" \"timestamp\": { \"type\": \"date\", \"format\": \"strict_date_time\" },\n" +
" \"description\": { \"type\": \"text\" },\n" +
" \"id\": { \"type\": \"keyword\" },\n" +
" \"name\": { \"type\": \"keyword\" },\n" +
Expand Down

0 comments on commit ef05e7f

Please sign in to comment.