Skip to content

Commit f309046

Browse files
author
avolz
committed
DATAES-140 add value "no" in Enum FieldIndex.
1 parent 5e3a50c commit f309046

File tree

2 files changed

+320
-302
lines changed

2 files changed

+320
-302
lines changed

src/main/java/org/springframework/data/elasticsearch/annotations/FieldIndex.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
/**
1919
* @author Artur Konczak
2020
* @author Mohsin Husen
21+
* @author Alexander Volz
22+
* @author Dennis Maaß
2123
*/
2224
public enum FieldIndex {
23-
not_analyzed, analyzed
25+
not_analyzed, analyzed, no
2426
}

0 commit comments

Comments
 (0)