Docs: Fixed bad ID in geo bound box

This commit is contained in:
Clinton Gormley 2015-08-18 12:20:00 +02:00
parent d13078546a
commit 0b5a027d6a
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ standard -180:180 / -90:90 coordinate system. (default is `false`).
accept geo points with invalid latitude or longitude (default is `false`).
|`type` |Set to one of `indexed` or `memory` to defines whether this filter will
be executed in memory or indexed. See <<Type,Type>> below for further details
be executed in memory or indexed. See <<geo-bbox-type,Type>> below for further details
Default is `memory`.
|=======================================================================
@ -214,6 +214,7 @@ a single location / point matches the filter, the document will be
included in the filter
[float]
[[geo-bbox-type]]
==== Type
The type of the bounding box execution by default is set to `memory`,