Skip to content

Commit e72521b

Browse files
committed
Default store type for field in dynamic mapping should be false
1 parent 86c2b1d commit e72521b

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/springframework/data/elasticsearch/annotations

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
String type() default "";
3131
String index() default "";
32-
boolean store() default true;
32+
boolean store() default false;
3333
String searchAnalyzer() default "";
3434
String indexAnalyzer() default "";
3535

0 commit comments

Comments
 (0)