Skip to content

Commit

Permalink
Typo fix (neo4j#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh committed Jan 29, 2024
1 parent f4e7ad7 commit 5808846
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ For information about calculating the size of indexes, see link:https://neo4j.co
Point indexes solve predicates operating on spatial xref:values-and-types/spatial.adoc#spatial-values-point-type[`POINT`] values.
Point indexes are optimized for queries filtering for the xref:functions/spatial.adoc#functions-distance[distance] between property values, or for property values within a xref:functions/spatial.adoc#functions-withinBBox[bounding box].

The following example creates a point index which is then used in an query returning the `name` and `type` of all `PointOfInterest` nodes within a set bounding box:
The following example creates a point index which is then used in a query returning the `name` and `type` of all `PointOfInterest` nodes within a set bounding box:

.Create a point index
[source,cypher]
Expand Down Expand Up @@ -316,7 +316,7 @@ RETURN n.name AS name, n.type AS type
Total database accesses: 34, total allocated memory: 312
----

For more information about the predicates supported by text indexes, see xref:indexes/search-performance-indexes/managing-indexes.adoc#point-indexes-supported-predicates[Managing search-performance indexes -> Point indexes: supported predicates].
For more information about the predicates supported by point indexes, see xref:indexes/search-performance-indexes/managing-indexes.adoc#point-indexes-supported-predicates[Managing search-performance indexes -> Point indexes: supported predicates].

[[point-index-config-settings]]
=== Point index configuration settings
Expand Down

0 comments on commit 5808846

Please sign in to comment.