Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 2b37b29

Browse files
committed
Edited 080_Structured_Search/30_existsmissing.asciidoc with Atlas code editor
1 parent 359bad3 commit 2b37b29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: 080_Structured_Search/30_existsmissing.asciidoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
=== Dealing with null values
1+
=== Dealing with Null Values
22

3-
Think back to our earlier example where documents have a field named `tags`.
4-
This is a multi-valued field.((("structured search", "dealing with null values")))((("null values"))) A document may have one tag, many tags, or
3+
Think back to our earlier example, where documents have a field named `tags`.
4+
This is a multivalue field.((("structured search", "dealing with null values")))((("null values"))) A document may have one tag, many tags, or
55
potentially no tags at all. If a field has no values, how is it stored in an
66
inverted index?
77

8-
That's a trick question, because the answer is: it isn't stored at all. Let's
9-
look at that inverted index from the last section:
8+
That's a trick question, because the answer is, it isn't stored at all. Let's
9+
look at that inverted index from the previous section:
1010

1111
[width="50%",frame="topbot"]
1212
|==========================

0 commit comments

Comments
 (0)