From 015ebb5c278e8009ab841e81323fcb51696247e9 Mon Sep 17 00:00:00 2001 From: jonmv Date: Mon, 25 Sep 2023 09:26:44 +0200 Subject: [PATCH] Document /doc/v1/ includeRemoves --- en/reference/document-v1-api-reference.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/en/reference/document-v1-api-reference.html b/en/reference/document-v1-api-reference.html index 03f0d8234d..d8c0e62ca6 100644 --- a/en/reference/document-v1-api-reference.html +++ b/en/reference/document-v1-api-reference.html @@ -133,6 +133,7 @@

HTTP requests

  • wantedDocumentCount
  • fromTimestamp
  • toTimestamp
  • +
  • includeRemoves
  • @@ -590,6 +591,21 @@

    Request parameters

    greater than, or equal to, fromTimestamp.

    + + includeRemoves + Boolean + +

    + Include recently removed document IDs, along with the set of returned documents. + By default, only documents currently present in the corpus are returned in the + "documents" array of the response; when this parameter is set to + "true", documents that were recently removed, and whose tombstones + still exist, are also included in that array, as entries on the form + { "remove": "id:ns:type::foobar" }. See + here + for specifics on tombstones, including their lifetime. +

    +