From 2dc4ae824acb201067e9826a170409bbccfdc071 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 29 Jan 2015 09:06:16 -0700 Subject: [PATCH] updated apis --- docs/api_methods.asciidoc | 82 +++++++++++++++- docs/api_methods_1_3.asciidoc | 2 + src/lib/apis/1_3.js | 5 + src/lib/apis/1_4.js | 148 ++++++++++++++++++++++------- src/lib/apis/1_x.js | 170 +++++++++++++++++++++++++++------- src/lib/apis/master.js | 166 ++++++++++++++++++++++++++------- 6 files changed, 463 insertions(+), 110 deletions(-) diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index 406c79ecd..c57ad3281 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -262,6 +262,8 @@ client.count( Options::: * `"open"` * `"closed"` + * `"none"` + * `"all"` `minScore`:: `Number` -- Include only documents with a specific `_score` value in the result @@ -309,6 +311,8 @@ The default method is `POST` and the usual <