Skip to content

Commit

Permalink
Page aliases fix for version selector (#881) (#903)
Browse files Browse the repository at this point in the history
Co-authored-by: Lidia Zuin <[email protected]>
  • Loading branch information
JPryce-Aklundh and lidiazuin authored Mar 5, 2024
1 parent 08befca commit 02e9fd8
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
Binary file added modules/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
:description: A planner hint is used to influence the decisions of the planner when building an execution plan for a query.

[[query-using]]
= Index hints for the Cypher planner

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Overview of the search-performance indexes available in Neo4j.
:page-aliases: indexes-for-search-performance.adoc
= Search-performance indexes

Search-performance indexes enable quicker retrieval of exact matches between an index and the primary data storage.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Information about using full-text indexes in Neo4j.
:page-aliases: indexes-for-full-text-search.adoc
= Full-text indexes

A full-text index is used to index nodes and relationships by `STRING` properties.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: This page describes how to understand a Cypher execution plan.
:page-aliases: execution-plans/index.adoc
= Understanding execution plans

This page describes how to understand the execution plans produced by the Cypher planner.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Overview page for the Cypher operators.
:page-aliases: execution-plans/operator-summary.adoc
= Operators

This page provides an overview of the available operators in Cypher.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:description: This page contains information about each Cypher operator.
:page-aliases: planning-and-tuning/operators-detail.adoc
:page-aliases: execution-plans/operators.adoc
= Operators in detail

This page contains details and an example query for all operators available in Cypher.
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/planning-and-tuning/query-tuning.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Query tuning for the Cypher query language.
:page-aliases: query-tuning/index.adoc
[[query-tuning]]
= Query tuning

Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/pages/planning-and-tuning/runtimes/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:description: Overview page for the Cypher runtimes chapter
:page-aliases: query-tuning/query-options.adoc
= Cypher runtimes

The runtime is the final step of a Cypher query, where query plans received from the planner are executed as quickly and efficiently as possible.
Expand Down

0 comments on commit 02e9fd8

Please sign in to comment.