DATAES-415 - More Field Types Support.

Original PR: #193
This commit is contained in:
Tony Zeng 2019-07-05 03:29:43 +08:00 committed by Peter-Josef Meisch
parent 1e4dcdff7c
commit 8dd2f47b7c

View File

@ -19,12 +19,16 @@ package org.springframework.data.elasticsearch.annotations;
* @author Rizwan Idrees
* @author Mohsin Husen
* @author Artur Konczak
* @author Zeng Zetang
*/
public enum FieldType {
Text,
Byte,
Short,
Integer,
Long,
Date,
Half_Float,
Float,
Double,
Boolean,