You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/reference/query-dsl/missing-filter.textile
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ p. Filters documents where a specific field has no value in them.
17
17
}
18
18
</pre>
19
19
20
-
p. By defualt, the filter will only find "missing" fields, i.e., fields that have no values. It can be configured also to find fields with an explicit @null_value@ mapped for them. Here is an example that will both find missing field that don't exists (@existence@ set to @true@), or have null values (@null_value@ set to @true@).
20
+
p. By default, the filter will only find "missing" fields, i.e., fields that have no values. It can be configured also to find fields with an explicit @null_value@ mapped for them. Here is an example that will both find missing field that don't exists (@existence@ set to @true@), or have null values (@null_value@ set to @true@).
0 commit comments