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

Commit dd80cdb

Browse files
committed
Edited 080_Structured_Search/25_ranges.asciidoc with Atlas code editor
1 parent 03212a7 commit dd80cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

080_Structured_Search/25_ranges.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ a range on a string field, Elasticsearch is effectively performing a `term`
154154
filter for every term that falls in the range. This is much slower than
155155
a date or numeric range.
156156
157-
String ranges are fine on a field with _low cardinality_--a small number of
157+
String ranges are fine on a field with _low cardinality_—a small number of
158158
unique terms. But the more unique terms you have, the slower the string range
159159
will be.
160160

0 commit comments

Comments
 (0)