From f9105e8393bde638a5efb9b4533b200dc081cd66 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 fd30736849..afbc706b97 100644 --- a/arangod/MMFiles/MMFilesGeoIndex.h +++ b/arangod/MMFiles/MMFilesGeoIndex.h @@ -118,7 +118,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; }