diff --git a/modules/ROOT/pages/planning-and-tuning/operators/index.adoc b/modules/ROOT/pages/planning-and-tuning/operators/index.adoc index c12c69330..380bc8a6e 100644 --- a/modules/ROOT/pages/planning-and-tuning/operators/index.adoc +++ b/modules/ROOT/pages/planning-and-tuning/operators/index.adoc @@ -212,6 +212,25 @@ Restricts the xref:planning-and-tuning/runtimes/index.adoc[Cypher runtime] to no | label:yes[] | +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-node-label-lookup[DynamicNodeLabelLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic node labels. +| label:yes[] +| +| label:new[Introduced in Neo4j 2025.08] + + +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-directed-relationship-type-lookup[DynamicDirectedRelationshipTypeLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in directed relationship patterns. +| label:yes[] +| +| label:new[Introduced in Neo4j 2025.08] + +| xref:planning-and-tuning/operators/operators-detail.adoc#query-plan-dynamic-undirected-relationship-type-lookup[DynamicUndirectedRelationshipTypeLookup] +| Allows Cypher to use token lookup indexes when planning queries using dynamic relationship types in undirected relationship patterns. +| label:yes[] +| +| label:new[Introduced in Neo4j 2025.08] + | xref::planning-and-tuning/operators/operators-detail.adoc#query-plan-eager[Eager] | For isolation purposes, `Eager` ensures that operations affecting subsequent operations are executed fully for the whole dataset before continuing execution. |