Skip to content

Commit 2e43fc0

Browse files
committed
DATAES-11 - added missing core types for FieldType
1 parent 8862e01 commit 2e43fc0

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/annotations

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/elasticsearch/annotations/FieldType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
/**
44
*/
55
public enum FieldType {
6-
String, Integer, Long, Date, Object, Auto
6+
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto
77
}

0 commit comments

Comments
 (0)