Default store type for field in dynamic mapping should be false

This commit is contained in:
Mohsin Husen 2013-05-11 14:47:35 +01:00
parent 86c2b1d1c5
commit e72521ba48

View File

@ -29,7 +29,7 @@ public @interface Field {
String type() default "";
String index() default "";
boolean store() default true;
boolean store() default false;
String searchAnalyzer() default "";
String indexAnalyzer() default "";