Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 170469d

Browse files
committed
Merge pull request #204 from corny/patch-1
fixed a typo
2 parents 8295f6e + 4a138af commit 170469d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/reference/query-dsl/missing-filter.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ p. Filters documents where a specific field has no value in them.
1717
}
1818
</pre>
1919

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@).
2121

2222
<pre class="prettyprint lang-js">
2323
{

0 commit comments

Comments
 (0)