From 49328d1b8ed72d357b822e5c417cf2405bce726a Mon Sep 17 00:00:00 2001 From: Domenico Date: Tue, 11 Aug 2015 15:12:17 +0100 Subject: [PATCH] Added nested type --- .../com/github/tlrx/elasticsearch/test/annotations/Types.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/github/tlrx/elasticsearch/test/annotations/Types.java b/src/main/java/com/github/tlrx/elasticsearch/test/annotations/Types.java index 3253a62..94ed8b7 100644 --- a/src/main/java/com/github/tlrx/elasticsearch/test/annotations/Types.java +++ b/src/main/java/com/github/tlrx/elasticsearch/test/annotations/Types.java @@ -4,5 +4,5 @@ * Field "type" value. */ public enum Types { - String, Integer, Long, Boolean, Date, Float, Double, Null -} \ No newline at end of file + String, Integer, Long, Boolean, Date, Float, Double, Null, Nested +}