DATAES-11 - added missing core types for FieldType

This commit is contained in:
Artur Konczak 2013-06-08 17:47:15 +01:00
parent 8862e01c74
commit 2e43fc0ac2

View File

@ -3,5 +3,5 @@ package org.springframework.data.elasticsearch.annotations;
/**
*/
public enum FieldType {
String, Integer, Long, Date, Object, Auto
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto
}