Skip to content

Commit 4350234

Browse files
committed
DATAES-179 - added support for Attachment field type
1 parent 5a648bc commit 4350234

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
@@ -21,5 +21,5 @@
2121
* @author Artur Konczak
2222
*/
2323
public enum FieldType {
24-
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto, Nested, Ip
24+
String, Integer, Long, Date, Float, Double, Boolean, Object, Auto, Nested, Ip, Attachment
2525
}

0 commit comments

Comments
 (0)