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 Rizwan Idrees
* @author Mohsin Husen * @author Mohsin Husen
* @author Artur Konczak * @author Artur Konczak
* @author Zeng Zetang
*/ */
public enum FieldType { public enum FieldType {
Text, Text,
Byte,
Short,
Integer, Integer,
Long, Long,
Date, Date,
Half_Float,
Float, Float,
Double, Double,
Boolean, Boolean,