From d7bc6c3bd5e2d10eba8ff0a8e7eb3a0f8535babb Mon Sep 17 00:00:00 2001 From: Yuce Tekol Date: Tue, 22 Aug 2017 15:28:19 +0300 Subject: [PATCH] Updated docs --- docs/api-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api-reference.md b/docs/api-reference.md index c14ff4dcc..0c3990bec 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -115,6 +115,8 @@ Response: } ``` +By default, all bits and attributes (*for `Bitmap` queries only*) are returned. In order to suppress returning bits, set `inhibitBits` query argument to `true`; to suppress returning attributes, set `inhibitAttrs` query argument to `true`. + ### Change index time quantum `PATCH /index//time-quantum`