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

Commit 52d0eba

Browse files
committed
Edited 080_Structured_Search/25_ranges.asciidoc with Atlas code editor
1 parent cc90654 commit 52d0eba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

080_Structured_Search/25_ranges.asciidoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,18 @@ Date math is _calendar aware_, so it knows the number of days in each month,
120120
days in a year, and so forth. More details about working with dates can be found in
121121
the http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_ranges.html#_ranges_on_dates[date format reference documentation] (see http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/_ranges.html#_ranges_on_dates).
122122

123-
==== Ranges on strings
123+
==== Ranges on Strings
124124

125-
The range filter can also operate on string fields.((("range filters", "using on strings")))((("strings", "using range filter on")))((("lexicographical order, string ranges"))) String ranges are
125+
The `range` filter can also operate on string fields.((("range filters", "using on strings")))((("strings", "using range filter on")))((("lexicographical order, string ranges"))) String ranges are
126126
calculated _lexicographically_ or alphabetically. For example, these values
127127
are sorted in lexicographic order:
128128

129129
* 5, 50, 6, B, C, a, ab, abb, abc, b
130130

131-
****
132-
Terms in the inverted index are sorted in lexicographical order, which is why
131+
132+
NOTE: Terms in the inverted index are sorted in lexicographical order, which is why
133133
string ranges use this order.
134-
****
134+
135135

136136
If we want a range from `a` up to but not including `b`, we can use the same
137137
range filter syntax:

0 commit comments

Comments
 (0)