|
@@ -141,7 +141,7 @@ On string fields that have a high cardinality, it might be faster to store the
|
|
|
hash of your field values in your index and then run the cardinality aggregation
|
|
|
on this field. This can either be done by providing hash values from client-side
|
|
|
or by letting elasticsearch compute hash values for you by using the
|
|
|
-{plugins}/mapper-size.html[`mapper-murmur3`] plugin.
|
|
|
+{plugins}/mapper-murmur3.html[`mapper-murmur3`] plugin.
|
|
|
|
|
|
NOTE: Pre-computing hashes is usually only useful on very large and/or
|
|
|
high-cardinality fields as it saves CPU and memory. However, on numeric
|