mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-28 14:52:20 +00:00
DATAES-11 - added missing core types for FieldType
This commit is contained in:
parent
8862e01c74
commit
2e43fc0ac2
@ -3,5 +3,5 @@ package org.springframework.data.elasticsearch.annotations;
|
|||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
public enum FieldType {
|
public enum FieldType {
|
||||||
String, Integer, Long, Date, Object, Auto
|
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user