mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-28 06:42:29 +00:00
Default store type for field in dynamic mapping should be false
This commit is contained in:
parent
86c2b1d1c5
commit
e72521ba48
@ -29,7 +29,7 @@ public @interface Field {
|
|||||||
|
|
||||||
String type() default "";
|
String type() default "";
|
||||||
String index() default "";
|
String index() default "";
|
||||||
boolean store() default true;
|
boolean store() default false;
|
||||||
String searchAnalyzer() default "";
|
String searchAnalyzer() default "";
|
||||||
String indexAnalyzer() default "";
|
String indexAnalyzer() default "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user