From 5f602ecfb7c43d1e6fd76898f10e9955b1cf9524 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Thu, 1 Dec 2011 20:37:22 +0000 Subject: [PATCH] emphasize approximate in KNN operators to reduce the chance of any misunderstandings git-svn-id: http://svn.osgeo.org/postgis/trunk@8291 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_operator.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference_operator.xml b/doc/reference_operator.xml index 75b31dc10..75e14e2d1 100644 --- a/doc/reference_operator.xml +++ b/doc/reference_operator.xml @@ -1097,7 +1097,7 @@ select 'LINESTRING(0 0, 1 1)'::geometry ~= 'LINESTRING(0 1, 1 0)'::geometry as e Description The <-> operator returns distance between two points read from the spatial index for points (float precision). For - other geometries it returns the distance from centroid of bounding box of geometries. Useful for doing nearest neighbor approximate distance ordering. + other geometries it returns the distance from centroid of bounding box of geometries. Useful for doing nearest neighbor approximate distance ordering. This operand will make use of any indexes that may be available on the geometries. It is different from other operators that use spatial indexes in that the spatial index is only used when the operator @@ -1212,7 +1212,7 @@ Finally the hybrid: Description - The <#> KNN GIST operator returns distance between two floating point bounding boxes read from the spatial index if available. Useful for doing nearest neighbor approximate distance ordering. + The <#> KNN GIST operator returns distance between two floating point bounding boxes read from the spatial index if available. Useful for doing nearest neighbor approximate distance ordering. This operand will make use of any indexes that may be available on the geometries. It is different from other operators that use spatial indexes in that the spatial index is only used when the operator -- 2.40.0