From f7edf28599c56a33a82b698751ecb6627829d41d Mon Sep 17 00:00:00 2001 From: jsteemann Date: Fri, 3 Feb 2017 11:42:19 +0100 Subject: [PATCH] mark the geo index as sorted --- arangod/MMFiles/MMFilesGeoIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/MMFiles/MMFilesGeoIndex.h b/arangod/MMFiles/MMFilesGeoIndex.h index a2528d2ec6..f97903786b 100644 --- a/arangod/MMFiles/MMFilesGeoIndex.h +++ b/arangod/MMFiles/MMFilesGeoIndex.h @@ -121,7 +121,7 @@ friend class MMFilesGeoIndexIterator; bool canBeDropped() const override { return true; } - bool isSorted() const override { return false; } + bool isSorted() const override { return true; } bool hasSelectivityEstimate() const override { return false; }