Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page aliases fix for version selector #881

Merged
merged 3 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading