mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-21 03:22:11 +00:00
DATAES-179 - added support for Attachment field type
This commit is contained in:
parent
5a648bcb7a
commit
4350234299
@ -21,5 +21,5 @@ package org.springframework.data.elasticsearch.annotations;
|
|||||||
* @author Artur Konczak
|
* @author Artur Konczak
|
||||||
*/
|
*/
|
||||||
public enum FieldType {
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user