We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2875c62 commit d8d3f94Copy full SHA for d8d3f94
src/main/java/org/springframework/data/elasticsearch/annotations/DynamicTemplates.java
@@ -12,7 +12,7 @@
12
* Elasticsearch dynamic templates mapping.
13
* This annotation is handy if you prefer apply dynamic templates on fields with annotation e.g. {@link Field}
14
* with type = FieldType.Object etc. instead of static mapping on Document via {@link Mapping} annotation.
15
- * DynamicTemplates annotation is ommited if {@link Mapping} annotation is used.
+ * DynamicTemplates annotation is omitted if {@link Mapping} annotation is used.
16
*
17
* @author Petr Kukral
18
*/
0 commit comments