From 427031d60f497c104b943cfd54230a9562263e28 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Tue, 8 Jul 2014 08:40:57 -0700 Subject: [PATCH] api updated --- docs/api_methods.asciidoc | 4 +++- docs/api_methods_1_0.asciidoc | 2 ++ docs/api_methods_1_1.asciidoc | 2 ++ src/lib/apis/1_0.js | 5 +++++ src/lib/apis/1_1.js | 5 +++++ src/lib/apis/1_2.js | 9 +++++++-- src/lib/apis/1_x.js | 9 +++++++-- src/lib/apis/master.js | 11 ++++++++--- 8 files changed, 39 insertions(+), 8 deletions(-) diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index 78bafc6da..32acea313 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -1570,6 +1570,8 @@ Options::: `Text` -- The source text for which the suggestions should be returned `timeout`:: `Date, Number` -- Explicit operation timeout +`trackScores`:: +`Boolean` -- Whether to calculate and return scores even if they are not used for sorting `version`:: `Boolean` -- Specify whether to return document version as part of a hit `index`:: @@ -3718,7 +3720,7 @@ The default method is `GET` and the usual <