Update link to mapper-murmur3 plugin in card docs (#19788)

This commit is contained in:
Ryan Biesemeyer 2016-08-04 13:56:28 +00:00 committed by Clinton Gormley
parent 8bbc312fdd
commit 9f1525255a
1 changed files with 1 additions and 1 deletions

View File

@ -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