We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa97924 commit 89f60f2Copy full SHA for 89f60f2
src/main/java/org/springframework/data/elasticsearch/core/query/SourceFilter.java
@@ -20,7 +20,7 @@
20
21
/**
22
* SourceFilter for providing includes and excludes. Using these helps in reducing the amount of data that is returned
23
- * from Elasticsearch especially when the stored docuements are large and only some fields from these documents are
+ * from Elasticsearch especially when the stored documents are large and only some fields from these documents are
24
* needed. If the SourceFilter includes the name of a property that has a different name mapped in Elasticsearch (see
25
* {@link Field#name()} this will automatically be mapped.
26
*
0 commit comments