|
@@ -35,11 +35,11 @@ Parent/child queries (`has_child` & `has_parent`) can't be used in index aliases
|
|
|
|
|
|
==== Global ordinals
|
|
|
|
|
|
-Parent-child uses <<index-modules-fielddata-global-ordinals,global ordinals>> to speed up joins and global ordinals need to be rebuilt after any change to a shard.
|
|
|
+Parent-child uses <<global-ordinals,global ordinals>> to speed up joins and global ordinals need to be rebuilt after any change to a shard.
|
|
|
The more parent id values are stored in a shard, the longer it takes to rebuild global ordinals for the `_parent` field.
|
|
|
|
|
|
Global ordinals, by default, are built lazily: the first parent-child query or aggregation after a refresh will trigger building of global ordinals.
|
|
|
-This can introduce a significant latency spike for your users. You can use <<index-modules-fielddata-fielddata-loading,eager_global_ordinals>> to shift the cost of building global ordinals
|
|
|
+This can introduce a significant latency spike for your users. You can use <<fielddata-loading,eager_global_ordinals>> to shift the cost of building global ordinals
|
|
|
from query time to refresh time, by mapping the _parent field as follows:
|
|
|
|
|
|
==== Memory usage
|