#
3735fb7e |
| 04-Dec-2014 |
Volker Mische <vmx@couchbase.com> |
MB-12852: Re-introduce _info handler To get information about a spatial view group/design document there is now the per node `_info` handler at `/_spatial_view/bucketname/_design/des
MB-12852: Re-introduce _info handler To get information about a spatial view group/design document there is now the per node `_info` handler at `/_spatial_view/bucketname/_design/designname/_info`. It should be used for debugging purpose only as it is an expensive call. Change-Id: I1102211653d4ed26ae40823a0db071a1df1cd1bc Reviewed-on: http://review.couchbase.org/43960 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Sarath Lakshman <sarath@couchbase.com> Reviewed-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
2f4508ab |
| 20-Nov-2014 |
Artem Stemkovski <artem@couchbase.com> |
MB-8872 allow ns_server to implement auth for _spatial_merge handler needed for http://review.couchbase.org/43428/ Change-Id: I2f0900459269746a51819478285e19fd02b56804 Reviewed-
MB-8872 allow ns_server to implement auth for _spatial_merge handler needed for http://review.couchbase.org/43428/ Change-Id: I2f0900459269746a51819478285e19fd02b56804 Reviewed-on: http://review.couchbase.org/43429 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Volker Mische <volker.mische@gmail.com> Tested-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
1bc9bfe2 |
| 08-Aug-2014 |
Volker Mische <vmx@couchbase.com> |
Move the _spatial design handler to ns_server ns_server takes care of the _spatial design handler, hence it should also be configured in the capi.ini of ns_server. Change-Id: I6
Move the _spatial design handler to ns_server ns_server takes care of the _spatial design handler, hence it should also be configured in the capi.ini of ns_server. Change-Id: I672d9e24f84f4c3ec6891e3e1789d740415fd63d Reviewed-on: http://review.couchbase.org/40416 Reviewed-by: Sarath Lakshman <sarath@couchbase.com> Tested-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
dd52a78b |
| 31-Jul-2014 |
Volker Mische <vmx@couchbase.com> |
CAPI module got renamed As the current spatial views are broken anyway, the new module can just replace the old one without a different name. Hence `capi_spatial` can be used for tha
CAPI module got renamed As the current spatial views are broken anyway, the new module can just replace the old one without a different name. Hence `capi_spatial` can be used for that module. Change-Id: I76a1971d3abf54c8af8e025d78fdffd609100d0b Reviewed-on: http://review.couchbase.org/40133 Reviewed-by: Volker Mische <volker.mische@gmail.com> Tested-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
4754d279 |
| 09-Aug-2013 |
Volker Mische <vmx@couchbase.com> |
MB-100: Increase node fill threshold Change-Id: I2d1ae272767a7d98afb501f6b8b9073b846bf14d Reviewed-on: http://review.couchbase.org/28076 Reviewed-by: Volker Mische <volker.mische@gma
MB-100: Increase node fill threshold Change-Id: I2d1ae272767a7d98afb501f6b8b9073b846bf14d Reviewed-on: http://review.couchbase.org/28076 Reviewed-by: Volker Mische <volker.mische@gmail.com> Tested-by: Volker Mische <volker.mische@gmail.com>
show more ...
|
#
84bd0bd0 |
| 01-Aug-2013 |
Volker Mische <vmx@couchbase.com> |
MB-8746: First working set view spatial view With this commit spatial views work with the full stack. Currently only the initial index building is supported, no updating yet.
MB-8746: First working set view spatial view With this commit spatial views work with the full stack. Currently only the initial index building is supported, no updating yet. The preferred parameter to query those new spatial views is with using the "range" parameter. There's "start_range" and "end_range". Both take an array of numbers that correspond to every dimension of the index. The "start_range" is for the lower bound, the "end_range" for the upper bound. Change-Id: If924e316b051eb85ff89c9bce68812634bc7d11a Reviewed-on: http://review.couchbase.org/28074 Reviewed-by: Volker Mische <volker.mische@gmail.com> Tested-by: Volker Mische <volker.mische@gmail.com>
show more ...
|