DATAES-179 - added support for Attachment field type

This commit is contained in:
Artur Konczak 2015-09-19 00:16:59 +01:00
parent 5a648bcb7a
commit 4350234299

View File

@ -21,5 +21,5 @@ package org.springframework.data.elasticsearch.annotations;
* @author Artur Konczak
*/
public enum FieldType {
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto, Nested, Ip
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto, Nested, Ip, Attachment
}