mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 20:12:11 +00:00
parent
1e4dcdff7c
commit
8dd2f47b7c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user