From 3964622e827af84381beb3062f6a74240cf8fa62 Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Mon, 6 Oct 2025 16:18:35 +0300 Subject: [PATCH 1/6] RDoc-3517 Fix tables: set-index-priority.mdx --- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../maintenance/indexes/_set-index-priority-php.mdx | 13 ++++++------- .../indexes/_set-index-priority-python.mdx | 13 ++++++------- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../maintenance/indexes/_set-index-priority-php.mdx | 13 ++++++------- .../indexes/_set-index-priority-python.mdx | 13 ++++++------- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../maintenance/indexes/_set-index-priority-php.mdx | 13 ++++++------- .../indexes/_set-index-priority-python.mdx | 13 ++++++------- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../maintenance/indexes/_set-index-priority-php.mdx | 13 ++++++------- .../indexes/_set-index-priority-python.mdx | 13 ++++++------- .../indexes/_set-index-priority-csharp.mdx | 13 ++++++------- .../indexes/_set-index-priority-java.mdx | 10 +++++----- .../indexes/_set-index-priority-nodejs.mdx | 13 ++++++------- .../maintenance/indexes/_set-index-priority-php.mdx | 13 ++++++------- .../indexes/_set-index-priority-python.mdx | 12 +++++------- 31 files changed, 178 insertions(+), 203 deletions(-) diff --git a/docs/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/docs/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 20b980bcd5..fa87a5070b 100644 --- a/docs/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/docs/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/docs/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/docs/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 60d1019c58..eccca1d57a 100644 --- a/docs/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/docs/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/docs/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/docs/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index ddffc2e70d..6b39f94496 100644 --- a/docs/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/docs/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/docs/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx b/docs/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx index 5a346eaa3e..b1db277387 100644 --- a/docs/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx +++ b/docs/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| set using `low()` | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| set using `normal()` (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| set using `high()` | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|--------------------------------|------------------------------------------|-------------| +| Set using `low()` | Lowest | | +| Set using `normal()` (default) | Below normal | | +| Set using `high()` | Normal | | ## Set priority - single index diff --git a/docs/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx b/docs/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx index fde11fbed1..0feff233fe 100644 --- a/docs/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx +++ b/docs/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **LOW** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **NORMAL** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **HIGH** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **LOW** | Lowest | | +| **NORMAL** (default) | Below normal | | +| **HIGH** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 78e2e4b1cd..bf24e6b88c 100644 --- a/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| __Low__ | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| __Normal__ (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| __High__ | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 2ad72c0b58..eccca1d57a 100644 --- a/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| __Low__ | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| __Normal__ (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| __High__ | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index 76a6a54884..c45afe30b0 100644 --- a/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/versioned_docs/version-5.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| __Low__ | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| __Normal__ (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| __High__ | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 78e2e4b1cd..bf24e6b88c 100644 --- a/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| __Low__ | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| __Normal__ (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| __High__ | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 2ad72c0b58..eccca1d57a 100644 --- a/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| __Low__ | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| __Normal__ (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| __High__ | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index 76a6a54884..c45afe30b0 100644 --- a/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/versioned_docs/version-5.3/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| __Low__ | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| __Normal__ (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| __High__ | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 20b980bcd5..fa87a5070b 100644 --- a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 60d1019c58..eccca1d57a 100644 --- a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index ddffc2e70d..6b39f94496 100644 --- a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx index 5a346eaa3e..b1db277387 100644 --- a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx +++ b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| set using `low()` | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| set using `normal()` (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| set using `high()` | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|--------------------------------|------------------------------------------|-------------| +| Set using `low()` | Lowest | | +| Set using `normal()` (default) | Below normal | | +| Set using `high()` | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx index fde11fbed1..0feff233fe 100644 --- a/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx +++ b/versioned_docs/version-5.4/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **LOW** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **NORMAL** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **HIGH** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **LOW** | Lowest | | +| **NORMAL** (default) | Below normal | | +| **HIGH** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 20b980bcd5..fa87a5070b 100644 --- a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 60d1019c58..eccca1d57a 100644 --- a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index ddffc2e70d..6b39f94496 100644 --- a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx index 5a346eaa3e..b1db277387 100644 --- a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx +++ b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| set using `low()` | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| set using `normal()` (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| set using `high()` | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|--------------------------------|------------------------------------------|-------------| +| Set using `low()` | Lowest | | +| Set using `normal()` (default) | Below normal | | +| Set using `high()` | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx index fde11fbed1..0feff233fe 100644 --- a/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx +++ b/versioned_docs/version-6.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **LOW** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **NORMAL** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **HIGH** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **LOW** | Lowest | | +| **NORMAL** (default) | Below normal | | +| **HIGH** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 20b980bcd5..fa87a5070b 100644 --- a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 60d1019c58..eccca1d57a 100644 --- a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index ddffc2e70d..6b39f94496 100644 --- a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx index 5a346eaa3e..b1db277387 100644 --- a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx +++ b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| set using `low()` | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| set using `normal()` (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| set using `high()` | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|--------------------------------|------------------------------------------|-------------| +| Set using `low()` | Lowest | | +| Set using `normal()` (default) | Below normal | | +| Set using `high()` | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx index fde11fbed1..0feff233fe 100644 --- a/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx +++ b/versioned_docs/version-6.2/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **LOW** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **NORMAL** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **HIGH** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **LOW** | Lowest | | +| **NORMAL** (default) | Below normal | | +| **HIGH** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx index 20b980bcd5..fa87a5070b 100644 --- a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx +++ b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-csharp.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx index 60d1019c58..eccca1d57a 100644 --- a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx +++ b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-java.mdx @@ -7,11 +7,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Syntax diff --git a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx index ddffc2e70d..6b39f94496 100644 --- a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx +++ b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-nodejs.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **Low** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **Normal** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **High** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **Low** | Lowest | | +| **Normal** (default) | Below normal | | +| **High** | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx index 5a346eaa3e..b1db277387 100644 --- a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx +++ b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-php.mdx @@ -26,17 +26,16 @@ import CodeBlock from '@theme/CodeBlock'; * [Syntax](../../../../client-api/operations/maintenance/indexes/set-index-priority.mdx#syntax) + ## Index priority Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| set using `low()` | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| set using `normal()` (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| set using `high()` | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|--------------------------------|------------------------------------------|-------------| +| Set using `low()` | Lowest | | +| Set using `normal()` (default) | Below normal | | +| Set using `high()` | Normal | | ## Set priority - single index diff --git a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx index fde11fbed1..5a3a0b85ed 100644 --- a/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx +++ b/versioned_docs/version-7.0/client-api/operations/maintenance/indexes/_set-index-priority-python.mdx @@ -30,13 +30,11 @@ import CodeBlock from '@theme/CodeBlock'; Setting the priority will affect the indexing thread priority at the operating system level: -| Priority value | Indexing thread priority
at OS level | | -| - | - | - | -| **LOW** | Lowest | <ul><li>Having the `Lowest` priority at the OS level, indexes will run only when there's a capacity for them, when the system is not occupied with higher-priority tasks.</li><li>Requests to the database will complete faster.
Use when querying the server is more important to you than indexing.</li></ul> | -| **NORMAL** (default) | Below normal | <ul><li>Requests to the database are still preferred over the indexing process.</li><li>The indexing thread priority at the OS level is `Below normal`
while Requests processes have a `Normal` priority.</li></ul> | -| **HIGH** | Normal | <ul><li>Requests and Indexing will have the same priority at the OS level.</li></ul> | - - +| Priority value | Indexing thread priority
at OS level | Description | +|-----------------------|------------------------------------------|-------------| +| **LOW** | Lowest | | +| **NORMAL** (default) | Below normal | | +| **HIGH** | Normal | | ## Set priority - single index From f96d952e59275cd2ec5211bf4e715c67c1d10888 Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Mon, 6 Oct 2025 16:50:47 +0300 Subject: [PATCH 2/6] RDoc-3517 Fix tables: what-are-operations.mdx --- .../operations/_what-are-operations-csharp.mdx | 8 ++++---- .../client-api/operations/_what-are-operations-php.mdx | 10 +++------- .../operations/_what-are-operations-csharp.mdx | 6 +++--- .../operations/_what-are-operations-csharp.mdx | 6 +++--- .../operations/_what-are-operations-csharp.mdx | 8 ++++---- .../client-api/operations/_what-are-operations-php.mdx | 8 -------- .../operations/_what-are-operations-csharp.mdx | 8 ++++---- .../client-api/operations/_what-are-operations-php.mdx | 10 +++------- .../operations/_what-are-operations-csharp.mdx | 8 ++++---- .../client-api/operations/_what-are-operations-php.mdx | 10 +++------- .../operations/_what-are-operations-csharp.mdx | 8 ++++---- .../client-api/operations/_what-are-operations-php.mdx | 10 +++------- 12 files changed, 38 insertions(+), 62 deletions(-) diff --git a/docs/client-api/operations/_what-are-operations-csharp.mdx b/docs/client-api/operations/_what-are-operations-csharp.mdx index 4d1cab2c70..56a3961b70 100644 --- a/docs/client-api/operations/_what-are-operations-csharp.mdx +++ b/docs/client-api/operations/_what-are-operations-csharp.mdx @@ -698,10 +698,10 @@ public async Task WaitForCompletionAsync(CancellationToken tok -| Parameter | Type | Description | -|-------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **timeout** | `TimeSpan` | <ul><li> **When timespan is specified** -
The server will throw a `TimeoutException` if operation has not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | -| **token** | `CancellationToken` | <ul><li> **When cancellation token is specified** -
The server will throw a `TimeoutException` if operation has not completed at cancellation time.
The operation itself continues to run in the background,
no rollback action takes place.</li></ul> | +| Parameter | Type | Description | +|-------------|---------------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    WaitForCompletion will wait for the operation to complete forever.
| +| **token** | `CancellationToken` |
  • When cancellation token is specified -
    The server will throw a `TimeoutException` if the operation has not completed at cancellation time.
    The operation itself continues to run in the background,
    no rollback action takes place.
| | Return type | | |--------------------|-------------------------------| diff --git a/docs/client-api/operations/_what-are-operations-php.mdx b/docs/client-api/operations/_what-are-operations-php.mdx index 6ca3645f83..bb1b80a7ed 100644 --- a/docs/client-api/operations/_what-are-operations-php.mdx +++ b/docs/client-api/operations/_what-are-operations-php.mdx @@ -485,10 +485,6 @@ public function waitForCompletion(Duration|int|null $duration = null): void; -| Parameter | Type | Description | -|---------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$duration** | `Duration` or `int` | <ul><li> **When a duration is specified** -
The server will throw a `TimeoutException` if the peration has not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul> | - - - - +| Parameter | Type | Description | +|---------------|---------------------|-------------| +| **$duration** | `Duration` or `int` |
  • When a duration is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    `waitForCompletion` will wait for the operation to complete indefinitely.
| diff --git a/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx index aadfe9fca2..975cd7959a 100644 --- a/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx @@ -608,9 +608,9 @@ public async Task WaitForCompletionAsync(TimeSpan? timeout = n -| Parameters | Type | Description | -| - | - | - | -| __timeout__ | `TimeSpan` | <ul><li> __When timespan is specified__ -
server throws an error if operation has Not completed within the specified time frame. No rollback action will take place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | +| Parameters | Type | Description | +|-------------|------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server throws an error if the operation has not completed within the specified time frame. No rollback action will take place.
  • null -
    WaitForCompletion will wait for the operation to complete forever.
| | Return type | | | - | - | diff --git a/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx index 523586d096..7905f3207a 100644 --- a/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx @@ -608,9 +608,9 @@ public async Task WaitForCompletionAsync(TimeSpan? timeout = n -| Parameters | Type | Description | -| - | - | - | -| __timeout__ | `TimeSpan` | <ul><li> __When timespan is specified__ -
server throws an error if operation has Not completed within the specified time frame. No rollback action will take place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | +| Parameters | Type | Description | +|-------------|------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server throws an error if the operation has not completed within the specified time frame. No rollback action will take place.
  • null -
    WaitForCompletion will wait for the operation to complete forever.
| | Return type | | | - | - | diff --git a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx index 25dbcbab79..43fe840a59 100644 --- a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx @@ -686,10 +686,10 @@ public async Task WaitForCompletionAsync(CancellationToken tok -| Parameter | Type | Description | -|-------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **timeout** | `TimeSpan` | <ul><li> **When timespan is specified** -
The server will throw a `TimeoutException` if operation has Not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | -| **token** | `CancellationToken` | <ul><li> **When cancellation token is specified** -
The server will throw a `TimeoutException` if operation has Not completed at cancellation time.
The operation itself continues to run in the background,
no rollback action takes place.</li></ul> | +| Parameter | Type | Description | +|-------------|---------------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    WaitForCompletion will wait for the operation to complete forever.
| +| **token** | `CancellationToken` |
  • When cancellation token is specified -
    The server will throw a `TimeoutException` if the operation has not completed at cancellation time.
    The operation itself continues to run in the background,
    no rollback action takes place.
| | Return type | | |--------------------|-------------------------------| diff --git a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx index 8be73b245c..0025d51e48 100644 --- a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx @@ -478,11 +478,3 @@ public function waitForCompletion(Duration|int|null $duration = null): void; `} - -| Parameter | Type | Description | -|-------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$duration** | `Duration` or `int` | <ul><li> **When a duration is specified** -
The server will throw a `TimeoutException` if the peration has Not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul> | - - - - diff --git a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx index 25dbcbab79..43fe840a59 100644 --- a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx @@ -686,10 +686,10 @@ public async Task WaitForCompletionAsync(CancellationToken tok -| Parameter | Type | Description | -|-------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **timeout** | `TimeSpan` | <ul><li> **When timespan is specified** -
The server will throw a `TimeoutException` if operation has Not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | -| **token** | `CancellationToken` | <ul><li> **When cancellation token is specified** -
The server will throw a `TimeoutException` if operation has Not completed at cancellation time.
The operation itself continues to run in the background,
no rollback action takes place.</li></ul> | +| Parameter | Type | Description | +|-------------|---------------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    WaitForCompletion will wait for the operation to complete forever.
| +| **token** | `CancellationToken` |
  • When cancellation token is specified -
    The server will throw a `TimeoutException` if the operation has not completed at cancellation time.
    The operation itself continues to run in the background,
    no rollback action takes place.
| | Return type | | |--------------------|-------------------------------| diff --git a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx index 8be73b245c..61dbf253d2 100644 --- a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx @@ -479,10 +479,6 @@ public function waitForCompletion(Duration|int|null $duration = null): void; -| Parameter | Type | Description | -|-------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$duration** | `Duration` or `int` | <ul><li> **When a duration is specified** -
The server will throw a `TimeoutException` if the peration has Not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul> | - - - - +| Parameter | Type | Description | +|---------------|---------------------|-------------| +| **$duration** | `Duration` or `int` |
  • When a duration is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    `waitForCompletion` will wait for the operation to complete indefinitely.
| diff --git a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx index dff52b9257..7c42cc0db7 100644 --- a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx @@ -695,10 +695,10 @@ public async Task WaitForCompletionAsync(CancellationToken tok -| Parameter | Type | Description | -|-------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **timeout** | `TimeSpan` | <ul><li> **When timespan is specified** -
The server will throw a `TimeoutException` if operation has Not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | -| **token** | `CancellationToken` | <ul><li> **When cancellation token is specified** -
The server will throw a `TimeoutException` if operation has Not completed at cancellation time.
The operation itself continues to run in the background,
no rollback action takes place.</li></ul> | +| Parameter | Type | Description | +|-------------|---------------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    WaitForCompletion will wait for the operation to complete forever.
| +| **token** | `CancellationToken` |
  • When cancellation token is specified -
    The server will throw a `TimeoutException` if the operation has not completed at cancellation time.
    The operation itself continues to run in the background,
    no rollback action takes place.
| | Return type | | |--------------------|-------------------------------| diff --git a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx index 7d3615bb9e..0f11c981d9 100644 --- a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx @@ -485,10 +485,6 @@ public function waitForCompletion(Duration|int|null $duration = null): void; -| Parameter | Type | Description | -|-------------|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$duration** | `Duration` or `int` | <ul><li> **When a duration is specified** -
The server will throw a `TimeoutException` if the peration has Not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul> | - - - - +| Parameter | Type | Description | +|---------------|---------------------|-------------| +| **$duration** | `Duration` or `int` |
  • When a duration is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    `waitForCompletion` will wait for the operation to complete indefinitely.
| diff --git a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx index 4d1cab2c70..56a3961b70 100644 --- a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx @@ -698,10 +698,10 @@ public async Task WaitForCompletionAsync(CancellationToken tok -| Parameter | Type | Description | -|-------------|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **timeout** | `TimeSpan` | <ul><li> **When timespan is specified** -
The server will throw a `TimeoutException` if operation has not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
WaitForCompletion will wait for operation to complete forever.</li></ul> | -| **token** | `CancellationToken` | <ul><li> **When cancellation token is specified** -
The server will throw a `TimeoutException` if operation has not completed at cancellation time.
The operation itself continues to run in the background,
no rollback action takes place.</li></ul> | +| Parameter | Type | Description | +|-------------|---------------------|-------------| +| **timeout** | `TimeSpan` |
  • When timespan is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    WaitForCompletion will wait for the operation to complete forever.
| +| **token** | `CancellationToken` |
  • When cancellation token is specified -
    The server will throw a `TimeoutException` if the operation has not completed at cancellation time.
    The operation itself continues to run in the background,
    no rollback action takes place.
| | Return type | | |--------------------|-------------------------------| diff --git a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx index 6ca3645f83..bb1b80a7ed 100644 --- a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx @@ -485,10 +485,6 @@ public function waitForCompletion(Duration|int|null $duration = null): void; -| Parameter | Type | Description | -|---------------|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$duration** | `Duration` or `int` | <ul><li> **When a duration is specified** -
The server will throw a `TimeoutException` if the peration has not completed within the specified time frame.
The operation itself continues to run in the background,
no rollback action takes place.</li><li>`null` -
`waitForCompletion` will wait for the operation to complete indefinitely.</li></ul> | - - - - +| Parameter | Type | Description | +|---------------|---------------------|-------------| +| **$duration** | `Duration` or `int` |
  • When a duration is specified -
    The server will throw a `TimeoutException` if the operation has not completed within the specified time frame.
    The operation itself continues to run in the background,
    no rollback action takes place.
  • `null` -
    `waitForCompletion` will wait for the operation to complete indefinitely.
| From 02179de9b72c80c129425b6fc71f2ab8bf3f2cee Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Mon, 6 Oct 2025 19:34:08 +0300 Subject: [PATCH 3/6] RDoc-3517 Remove the span element: what-are-operations.mdx --- .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-php.mdx | 15 +++++++++------ .../operations/_what-are-operations-python.mdx | 15 +++++++++------ .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-php.mdx | 15 +++++++++------ .../operations/_what-are-operations-python.mdx | 15 +++++++++------ .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-php.mdx | 15 +++++++++------ .../operations/_what-are-operations-python.mdx | 15 +++++++++------ .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-php.mdx | 15 +++++++++------ .../operations/_what-are-operations-python.mdx | 15 +++++++++------ .../operations/_what-are-operations-csharp.mdx | 15 +++++++++------ .../operations/_what-are-operations-nodejs.mdx | 15 +++++++++------ .../operations/_what-are-operations-php.mdx | 15 +++++++++------ .../operations/_what-are-operations-python.mdx | 15 +++++++++------ 24 files changed, 216 insertions(+), 144 deletions(-) diff --git a/docs/client-api/operations/_what-are-operations-csharp.mdx b/docs/client-api/operations/_what-are-operations-csharp.mdx index 56a3961b70..27607c9064 100644 --- a/docs/client-api/operations/_what-are-operations-csharp.mdx +++ b/docs/client-api/operations/_what-are-operations-csharp.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property of the DocumentStore. @@ -141,7 +141,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -185,7 +186,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -255,7 +256,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -382,7 +384,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -446,7 +448,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/docs/client-api/operations/_what-are-operations-nodejs.mdx b/docs/client-api/operations/_what-are-operations-nodejs.mdx index d939005e4f..62fe7af046 100644 --- a/docs/client-api/operations/_what-are-operations-nodejs.mdx +++ b/docs/client-api/operations/_what-are-operations-nodejs.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property of the DocumentStore. @@ -115,7 +115,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -160,7 +161,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -201,7 +202,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -325,7 +327,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property of the DocumentStore. @@ -363,7 +365,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/docs/client-api/operations/_what-are-operations-php.mdx b/docs/client-api/operations/_what-are-operations-php.mdx index bb1b80a7ed..f2025ecd2d 100644 --- a/docs/client-api/operations/_what-are-operations-php.mdx +++ b/docs/client-api/operations/_what-are-operations-php.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -111,7 +111,8 @@ public function send(...$parameters); -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -154,7 +155,7 @@ public function send(...$parameters); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -192,7 +193,8 @@ $status = $indexStats->getStatus(); // will be "Paused" -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -314,7 +316,7 @@ $status = $indexStats->getStatus(); // will be "Paused" Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -347,7 +349,8 @@ $version = $buildNumberResult->getBuildVersion(); -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/docs/client-api/operations/_what-are-operations-python.mdx b/docs/client-api/operations/_what-are-operations-python.mdx index 81080490c7..ce6373ff9a 100644 --- a/docs/client-api/operations/_what-are-operations-python.mdx +++ b/docs/client-api/operations/_what-are-operations-python.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property of the DocumentStore. @@ -111,7 +111,8 @@ def send_patch_operation_with_entity_class( -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -154,7 +155,7 @@ def send_patch_operation_with_entity_class( * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -193,7 +194,8 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -315,7 +317,7 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper Use [for_node](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -361,7 +363,8 @@ with self.embedded_server.get_document_store("WhatAreOperations") as store: -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx index 975cd7959a..f7d4b04d32 100644 --- a/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-5.2/client-api/operations/_what-are-operations-csharp.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property in the DocumentStore. @@ -148,7 +148,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -193,7 +194,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -269,7 +270,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -386,7 +388,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -456,7 +458,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.2/client-api/operations/_what-are-operations-nodejs.mdx b/versioned_docs/version-5.2/client-api/operations/_what-are-operations-nodejs.mdx index 31aaa5de19..799e2cc3f3 100644 --- a/versioned_docs/version-5.2/client-api/operations/_what-are-operations-nodejs.mdx +++ b/versioned_docs/version-5.2/client-api/operations/_what-are-operations-nodejs.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -114,7 +114,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -159,7 +160,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -200,7 +201,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -317,7 +319,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -355,7 +357,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx index 7905f3207a..2a6aafbc9e 100644 --- a/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-5.3/client-api/operations/_what-are-operations-csharp.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property in the DocumentStore. @@ -148,7 +148,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -193,7 +194,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -269,7 +270,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -386,7 +388,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -456,7 +458,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.3/client-api/operations/_what-are-operations-nodejs.mdx b/versioned_docs/version-5.3/client-api/operations/_what-are-operations-nodejs.mdx index cabbfab48e..21c6bf6e8f 100644 --- a/versioned_docs/version-5.3/client-api/operations/_what-are-operations-nodejs.mdx +++ b/versioned_docs/version-5.3/client-api/operations/_what-are-operations-nodejs.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -114,7 +114,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -159,7 +160,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -200,7 +201,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -317,7 +319,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -355,7 +357,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx index 43fe840a59..6e6c8f7022 100644 --- a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-csharp.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property in the DocumentStore. @@ -142,7 +142,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -185,7 +186,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -255,7 +256,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -370,7 +372,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -434,7 +436,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-nodejs.mdx b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-nodejs.mdx index 38795f1d8f..75ac6ea170 100644 --- a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-nodejs.mdx +++ b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-nodejs.mdx @@ -71,7 +71,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -116,7 +116,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -161,7 +162,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -202,7 +203,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -319,7 +321,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -357,7 +359,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx index 0025d51e48..64bd6da8a8 100644 --- a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-php.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -112,7 +112,8 @@ public function send(...$parameters); -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -155,7 +156,7 @@ public function send(...$parameters); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -193,7 +194,8 @@ $status = $indexStats->getStatus(); // will be "Paused" -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -308,7 +310,7 @@ $status = $indexStats->getStatus(); // will be "Paused" Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -341,7 +343,8 @@ $version = $buildNumberResult->getBuildVersion(); -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-python.mdx b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-python.mdx index e0e566eb11..8c625f2ee2 100644 --- a/versioned_docs/version-5.4/client-api/operations/_what-are-operations-python.mdx +++ b/versioned_docs/version-5.4/client-api/operations/_what-are-operations-python.mdx @@ -68,7 +68,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -109,7 +109,8 @@ def send_patch_operation_with_entity_class( -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -152,7 +153,7 @@ def send_patch_operation_with_entity_class( * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -191,7 +192,8 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -306,7 +308,7 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper Use [for_node](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -352,7 +354,8 @@ with self.embedded_server.get_document_store("WhatAreOperations") as store: -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx index 43fe840a59..6e6c8f7022 100644 --- a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-csharp.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property in the DocumentStore. @@ -142,7 +142,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -185,7 +186,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -255,7 +256,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -370,7 +372,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -434,7 +436,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-nodejs.mdx b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-nodejs.mdx index 38795f1d8f..75ac6ea170 100644 --- a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-nodejs.mdx +++ b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-nodejs.mdx @@ -71,7 +71,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -116,7 +116,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -161,7 +162,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -202,7 +203,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -319,7 +321,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -357,7 +359,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx index 61dbf253d2..68367ec8ea 100644 --- a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-php.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -112,7 +112,8 @@ public function send(...$parameters); -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -155,7 +156,7 @@ public function send(...$parameters); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -193,7 +194,8 @@ $status = $indexStats->getStatus(); // will be "Paused" -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -308,7 +310,7 @@ $status = $indexStats->getStatus(); // will be "Paused" Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -341,7 +343,8 @@ $version = $buildNumberResult->getBuildVersion(); -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-python.mdx b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-python.mdx index e0e566eb11..8c625f2ee2 100644 --- a/versioned_docs/version-6.0/client-api/operations/_what-are-operations-python.mdx +++ b/versioned_docs/version-6.0/client-api/operations/_what-are-operations-python.mdx @@ -68,7 +68,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -109,7 +109,8 @@ def send_patch_operation_with_entity_class( -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -152,7 +153,7 @@ def send_patch_operation_with_entity_class( * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -191,7 +192,8 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -306,7 +308,7 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper Use [for_node](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -352,7 +354,8 @@ with self.embedded_server.get_document_store("WhatAreOperations") as store: -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx index 7c42cc0db7..6d3f64e35f 100644 --- a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-csharp.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property in the DocumentStore. @@ -141,7 +141,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -185,7 +186,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -255,7 +256,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -379,7 +381,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -443,7 +445,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-nodejs.mdx b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-nodejs.mdx index a73c48e701..ff87ad87f0 100644 --- a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-nodejs.mdx +++ b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-nodejs.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -115,7 +115,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -160,7 +161,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -201,7 +202,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -325,7 +327,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -363,7 +365,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx index 0f11c981d9..57baa30327 100644 --- a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-php.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -111,7 +111,8 @@ public function send(...$parameters); -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -154,7 +155,7 @@ public function send(...$parameters); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -192,7 +193,8 @@ $status = $indexStats->getStatus(); // will be "Paused" -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -314,7 +316,7 @@ $status = $indexStats->getStatus(); // will be "Paused" Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -347,7 +349,8 @@ $version = $buildNumberResult->getBuildVersion(); -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-python.mdx b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-python.mdx index b5619f1690..703b13148c 100644 --- a/versioned_docs/version-6.2/client-api/operations/_what-are-operations-python.mdx +++ b/versioned_docs/version-6.2/client-api/operations/_what-are-operations-python.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -111,7 +111,8 @@ def send_patch_operation_with_entity_class( -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -154,7 +155,7 @@ def send_patch_operation_with_entity_class( * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -193,7 +194,8 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -315,7 +317,7 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper Use [for_node](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -361,7 +363,8 @@ with self.embedded_server.get_document_store("WhatAreOperations") as store: -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx index 56a3961b70..27607c9064 100644 --- a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx +++ b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-csharp.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `Send` method on the `Operations` property of the DocumentStore. @@ -141,7 +141,8 @@ Task> SendAsync(PatchOperation -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -185,7 +186,7 @@ Task> SendAsync(PatchOperation * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `Send` method on the `Maintenance` property in the DocumentStore. @@ -255,7 +256,8 @@ Task SendAsync(IMaintenanceOperation operation, -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -382,7 +384,7 @@ Task SendAsync(IMaintenanceOperation operation, Use [ForNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `Send` method on the `Maintenance.Server` property in the DocumentStore. @@ -446,7 +448,8 @@ Task SendAsync(IServerOperation operation, -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-nodejs.mdx b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-nodejs.mdx index d939005e4f..62fe7af046 100644 --- a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-nodejs.mdx +++ b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-nodejs.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property of the DocumentStore. @@ -115,7 +115,8 @@ await send(patchOperation, sessionInfo, resultType); -<span id="operations-list"> __The following common operations are available:__ </span> +#### The following common operations are available: + * __Attachments__:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -160,7 +161,7 @@ await send(patchOperation, sessionInfo, resultType); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -201,7 +202,8 @@ __Send syntax__: -<span id="maintenance-list"> __The following maintenance operations are available:__ </span> +#### The following maintenance operations are available: + * __Statistics__:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -325,7 +327,7 @@ __Send syntax__: Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property of the DocumentStore. @@ -363,7 +365,8 @@ __Send syntax__: -<span id="server-list"> __The following server-maintenance operations are available:__ </span> +#### The following server-maintenance operations are available: + * __Client certificates__:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx index bb1b80a7ed..f2025ecd2d 100644 --- a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx +++ b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-php.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property in the DocumentStore. @@ -111,7 +111,8 @@ public function send(...$parameters); -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -154,7 +155,7 @@ public function send(...$parameters); * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -192,7 +193,8 @@ $status = $indexStats->getStatus(); // will be "Paused" -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -314,7 +316,7 @@ $status = $indexStats->getStatus(); // will be "Paused" Use [forNode](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -347,7 +349,8 @@ $version = $buildNumberResult->getBuildVersion(); -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) diff --git a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-python.mdx b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-python.mdx index 81080490c7..ce6373ff9a 100644 --- a/versioned_docs/version-7.0/client-api/operations/_what-are-operations-python.mdx +++ b/versioned_docs/version-7.0/client-api/operations/_what-are-operations-python.mdx @@ -70,7 +70,7 @@ import CodeBlock from '@theme/CodeBlock'; * These operations include set-based operations such as _PatchOperation_, _CounterBatchOperation_, document-extensions related operations such as getting/putting an attachment, and more. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#operations-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-common-operations-are-available). * To execute a common operation request, use the `send` method on the `operations` property of the DocumentStore. @@ -111,7 +111,8 @@ def send_patch_operation_with_entity_class( -<span id="operations-list"> **The following common operations are available:** </span> +#### The following common operations are available: + * **Attachments**:        [PutAttachmentOperation](../../client-api/operations/attachments/put-attachment.mdx)        [GetAttachmentOperation](../../client-api/operations/attachments/get-attachment.mdx) @@ -154,7 +155,7 @@ def send_patch_operation_with_entity_class( * These operations include database management operations such as setting client configuration, managing indexes & ongoing-tasks operations, getting stats, and more. - See all available maintenance operations [below](../../client-api/operations/what-are-operations.mdx#maintenance-list). + See all available maintenance operations [below](../../client-api/operations/what-are-operations#the-following-maintenance-operations-are-available). * To execute a maintenance operation request, use the `send` method on the `maintenance` property in the DocumentStore. @@ -193,7 +194,8 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper -<span id="maintenance-list"> **The following maintenance operations are available:** </span> +#### The following maintenance operations are available: + * **Statistics**:        [GetStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-database-stats)        [GetDetailedStatisticsOperation](../../client-api/operations/maintenance/get-stats.mdx#get-detailed-database-stats) @@ -315,7 +317,7 @@ def send_async(self, operation: MaintenanceOperation[OperationIdResult]) -> Oper Use [for_node](../../client-api/operations/how-to/switch-operations-to-a-different-node.mdx) to operate on a specific node other than the default defined in the client configuration. * These operations include server management and configuration operations. - See all available operations [below](../../client-api/operations/what-are-operations.mdx#server-list). + See all available operations [below](../../client-api/operations/what-are-operations#the-following-server-maintenance-operations-are-available). * To execute a server-maintenance operation request, use the `send` method on the `maintenance.server` property in the DocumentStore. @@ -361,7 +363,8 @@ with self.embedded_server.get_document_store("WhatAreOperations") as store: -<span id="server-list"> **The following server-maintenance operations are available:** </span> +#### The following server-maintenance operations are available: + * **Client certificates**:        [PutClientCertificateOperation](../../client-api/operations/server-wide/certificates/put-client-certificate.mdx)        [CreateClientCertificateOperation](../../client-api/operations/server-wide/certificates/create-client-certificate.mdx) From 6c66fce4d0d02abe8b4587cb54db3a4a0f8291db Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Tue, 7 Oct 2025 12:12:53 +0300 Subject: [PATCH 4/6] RDoc-3517 Fix tables: include-explanations.mdx --- .../_include-explanations-csharp.mdx | 9 +++------ .../_include-explanations-nodejs.mdx | 6 +++--- .../debugging/_include-explanations-php.mdx | 11 ++++------- .../_include-explanations-python.mdx | 19 ++++++++----------- .../_include-explanations-csharp.mdx | 15 ++++++--------- .../_include-explanations-nodejs.mdx | 6 +++--- .../_include-explanations-csharp.mdx | 14 ++++++-------- .../_include-explanations-nodejs.mdx | 6 +++--- .../_include-explanations-csharp.mdx | 9 +++------ .../_include-explanations-nodejs.mdx | 6 +++--- .../debugging/_include-explanations-php.mdx | 11 ++++------- .../_include-explanations-python.mdx | 19 ++++++++----------- .../_include-explanations-csharp.mdx | 9 +++------ .../_include-explanations-nodejs.mdx | 6 +++--- .../debugging/_include-explanations-php.mdx | 11 ++++------- .../_include-explanations-python.mdx | 19 ++++++++----------- .../_include-explanations-csharp.mdx | 10 ++++------ .../_include-explanations-nodejs.mdx | 6 +++--- .../debugging/_include-explanations-php.mdx | 11 ++++------- .../_include-explanations-python.mdx | 19 ++++++++----------- .../_include-explanations-csharp.mdx | 10 ++++------ .../_include-explanations-nodejs.mdx | 6 +++--- .../debugging/_include-explanations-php.mdx | 11 ++++------- .../_include-explanations-python.mdx | 19 ++++++++----------- 24 files changed, 110 insertions(+), 158 deletions(-) diff --git a/docs/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/docs/client-api/session/querying/debugging/_include-explanations-csharp.mdx index 90e387d823..ced793543f 100644 --- a/docs/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/docs/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -154,9 +154,6 @@ include explanations() |------------------|----------------|------------------------------------------------------------------| | **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | -| `Explanations` | | -|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/docs/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/docs/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index 78cf436b41..6c818a97a8 100644 --- a/docs/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/docs/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -83,9 +83,9 @@ include explanations() -| Parameter | Type | Description | -|--------------------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanationsCallback** | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| diff --git a/docs/client-api/session/querying/debugging/_include-explanations-php.mdx b/docs/client-api/session/querying/debugging/_include-explanations-php.mdx index eab394ec25..a875c9f1c3 100644 --- a/docs/client-api/session/querying/debugging/_include-explanations-php.mdx +++ b/docs/client-api/session/querying/debugging/_include-explanations-php.mdx @@ -79,10 +79,7 @@ If you intend to use the default options, just paste `null` instead of the optio -| Parameter | Type | Description | -|--------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | -| **&$explanations** | `Explanations` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | - - - +| Parameter | Type | Description | +|--------------------|-----------------------|-------------| +| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | +| **&$explanations** | `Explanations` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| diff --git a/docs/client-api/session/querying/debugging/_include-explanations-python.mdx b/docs/client-api/session/querying/debugging/_include-explanations-python.mdx index 2d717ae82e..576dcfe967 100644 --- a/docs/client-api/session/querying/debugging/_include-explanations-python.mdx +++ b/docs/client-api/session/querying/debugging/_include-explanations-python.mdx @@ -92,14 +92,11 @@ include explanations() -| Parameter | Type | Description | -|---------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanations_callback** | `Callable[[Explanations], None]` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | -| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string | - -| `Explanations` | | -|------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `Dict[str, List[str]]` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| Parameter | Type | Description | +|---------------------------|----------------------------------|-------------| +| **explanations_callback** | `Callable[[Explanations], None]` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| +| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string. | + +| `Explanations` | Description | +|------------------------|-------------| +| `Dict[str, List[str]]` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx index ddc3f9895b..8de03a799b 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -95,13 +95,10 @@ include explanations() -| Parameters | Data type | Description | -| - | - | - | -| __explanations__ | `Explanations` | An _out_ param that will be filled with the explanations results | - -| `Explanations` | | -| - | - | -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - +| Parameter | Type | Description | +|------------------|----------------|------------------------------------------------------------------| +| **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index eb38275665..9e5b23ad54 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -75,9 +75,9 @@ include explanations() -| Parameters | Data type | Description | -| - | - | - | -| __explanationsCallback__ | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| <small> __The Explanations object__: </small> diff --git a/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-csharp.mdx index ddc3f9895b..57c74c6155 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -95,13 +95,11 @@ include explanations() -| Parameters | Data type | Description | -| - | - | - | -| __explanations__ | `Explanations` | An _out_ param that will be filled with the explanations results | - -| `Explanations` | | -| - | - | -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - +| Parameter | Type | Description | +|------------------|----------------|------------------------------------------------------------------| +| **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index eb38275665..9e5b23ad54 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -75,9 +75,9 @@ include explanations() -| Parameters | Data type | Description | -| - | - | - | -| __explanationsCallback__ | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| <small> __The Explanations object__: </small> diff --git a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-csharp.mdx index 90e387d823..ced793543f 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -154,9 +154,6 @@ include explanations() |------------------|----------------|------------------------------------------------------------------| | **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | -| `Explanations` | | -|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index 78cf436b41..6c818a97a8 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -83,9 +83,9 @@ include explanations()
-| Parameter | Type | Description | -|--------------------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanationsCallback** | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| diff --git a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-php.mdx b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-php.mdx index eab394ec25..a875c9f1c3 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-php.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-php.mdx @@ -79,10 +79,7 @@ If you intend to use the default options, just paste `null` instead of the optio -| Parameter | Type | Description | -|--------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | -| **&$explanations** | `Explanations` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | - - - +| Parameter | Type | Description | +|--------------------|-----------------------|-------------| +| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | +| **&$explanations** | `Explanations` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| diff --git a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-python.mdx b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-python.mdx index 2d717ae82e..576dcfe967 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-python.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/debugging/_include-explanations-python.mdx @@ -92,14 +92,11 @@ include explanations() -| Parameter | Type | Description | -|---------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanations_callback** | `Callable[[Explanations], None]` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | -| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string | - -| `Explanations` | | -|------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `Dict[str, List[str]]` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| Parameter | Type | Description | +|---------------------------|----------------------------------|-------------| +| **explanations_callback** | `Callable[[Explanations], None]` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| +| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string. | + +| `Explanations` | Description | +|------------------------|-------------| +| `Dict[str, List[str]]` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx index 90e387d823..ced793543f 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -154,9 +154,6 @@ include explanations() |------------------|----------------|------------------------------------------------------------------| | **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | -| `Explanations` | | -|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index 78cf436b41..6c818a97a8 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -83,9 +83,9 @@ include explanations() -| Parameter | Type | Description | -|--------------------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanationsCallback** | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| diff --git a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-php.mdx b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-php.mdx index eab394ec25..a875c9f1c3 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-php.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-php.mdx @@ -79,10 +79,7 @@ If you intend to use the default options, just paste `null` instead of the optio -| Parameter | Type | Description | -|--------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | -| **&$explanations** | `Explanations` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | - - - +| Parameter | Type | Description | +|--------------------|-----------------------|-------------| +| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | +| **&$explanations** | `Explanations` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| diff --git a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-python.mdx b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-python.mdx index 2d717ae82e..576dcfe967 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-python.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/debugging/_include-explanations-python.mdx @@ -92,14 +92,11 @@ include explanations() -| Parameter | Type | Description | -|---------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanations_callback** | `Callable[[Explanations], None]` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | -| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string | - -| `Explanations` | | -|------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `Dict[str, List[str]]` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| Parameter | Type | Description | +|---------------------------|----------------------------------|-------------| +| **explanations_callback** | `Callable[[Explanations], None]` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| +| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string. | + +| `Explanations` | Description | +|------------------------|-------------| +| `Dict[str, List[str]]` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx index 90e387d823..157fe9e4ec 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -150,13 +150,11 @@ include explanations() + | Parameter | Type | Description | |------------------|----------------|------------------------------------------------------------------| | **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | -| `Explanations` | | -|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index 78cf436b41..6c818a97a8 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -83,9 +83,9 @@ include explanations() -| Parameter | Type | Description | -|--------------------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanationsCallback** | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| diff --git a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-php.mdx b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-php.mdx index eab394ec25..a875c9f1c3 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-php.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-php.mdx @@ -79,10 +79,7 @@ If you intend to use the default options, just paste `null` instead of the optio -| Parameter | Type | Description | -|--------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | -| **&$explanations** | `Explanations` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | - - - +| Parameter | Type | Description | +|--------------------|-----------------------|-------------| +| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | +| **&$explanations** | `Explanations` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| diff --git a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-python.mdx b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-python.mdx index 2d717ae82e..576dcfe967 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-python.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/debugging/_include-explanations-python.mdx @@ -92,14 +92,11 @@ include explanations() -| Parameter | Type | Description | -|---------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanations_callback** | `Callable[[Explanations], None]` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | -| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string | - -| `Explanations` | | -|------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `Dict[str, List[str]]` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| Parameter | Type | Description | +|---------------------------|----------------------------------|-------------| +| **explanations_callback** | `Callable[[Explanations], None]` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| +| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string. | + +| `Explanations` | Description | +|------------------------|-------------| +| `Dict[str, List[str]]` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx index 90e387d823..157fe9e4ec 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-csharp.mdx @@ -150,13 +150,11 @@ include explanations() + | Parameter | Type | Description | |------------------|----------------|------------------------------------------------------------------| | **explanations** | `Explanations` | An _out_ param that will be filled with the explanations results | -| `Explanations` | | -|------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `string[] GetExplanations(string docId)` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| `Explanations` | Description | +|------------------------------------------|-------------| +| `string[] GetExplanations(string docId)` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| diff --git a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx index 78cf436b41..6c818a97a8 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-nodejs.mdx @@ -83,9 +83,9 @@ include explanations() -| Parameter | Type | Description | -|--------------------------|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanationsCallback** | `(explanationsResults) => void` | <ul><li>A callback function with an output parameter.</li><li>The parameter passed to the callback will be filled with the `Explanations` object when query returns.</li></ul> | +| Parameter | Type | Description | +|--------------------------|---------------------------------|-------------| +| **explanationsCallback** | `(explanationsResults) => void` |
  • A callback function with an output parameter.
  • The parameter passed to the callback will be filled with the `Explanations` object when the query returns.
| diff --git a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-php.mdx b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-php.mdx index eab394ec25..a875c9f1c3 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-php.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-php.mdx @@ -79,10 +79,7 @@ If you intend to use the default options, just paste `null` instead of the optio -| Parameter | Type | Description | -|--------------------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | -| **&$explanations** | `Explanations` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | - - - +| Parameter | Type | Description | +|--------------------|-----------------------|-------------| +| **$options** | `?ExplanationOptions` | This object is optional.
If you intend to use the default options, place `null` here. | +| **&$explanations** | `Explanations` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| diff --git a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-python.mdx b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-python.mdx index 2d717ae82e..576dcfe967 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-python.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/debugging/_include-explanations-python.mdx @@ -92,14 +92,11 @@ include explanations() -| Parameter | Type | Description | -|---------------------------|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **explanations_callback** | `Callable[[Explanations], None]` | <ul><li>A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.</li> <li>You can interact with resulting Explanations inside your callback.</li></ul> | -| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string | - -| `Explanations` | | -|------------------------|--------------------------------------------------------------------------------------------------------------------------------| -| `Dict[str, List[str]]` | <ul><li>Pass the resulting document ID for which to get score details.</li><li>Returns a list with all explanations.</li></ul> | - - - +| Parameter | Type | Description | +|---------------------------|----------------------------------|-------------| +| **explanations_callback** | `Callable[[Explanations], None]` |
  • A callback function (action) that takes `Explanations` as an argument. It will be called by the client with the resulting `Explanations`.
  • You can interact with the resulting `Explanations` inside your callback.
| +| **options** (Optional) | `ExplanationOptions` | Can be a `group_key` string. | + +| `Explanations` | Description | +|------------------------|-------------| +| `Dict[str, List[str]]` |
  • Pass the resulting document ID for which to get score details.
  • Returns a list with all explanations.
| From 91e010ab9c9726904bcdbfade8a2abe9c24822cc Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Tue, 7 Oct 2025 12:40:19 +0300 Subject: [PATCH 5/6] RDoc-3517 Fix tables: work-with-suggestions.mdx --- .../_how-to-work-with-suggestions-csharp.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-csharp.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-csharp.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-csharp.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-csharp.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-csharp.mdx | 15 ++++++--------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-csharp.mdx | 16 ++++++---------- .../_how-to-work-with-suggestions-nodejs.mdx | 16 ++++++---------- 14 files changed, 84 insertions(+), 139 deletions(-) diff --git a/docs/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/docs/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index 484d11a3fa..2767086d97 100644 --- a/docs/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/docs/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,9 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **PageSize** | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **Distance** | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **Accuracy** | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| **SortMode** | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/docs/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/docs/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index c5ebe195c4..6b6e6f9cc3 100644 --- a/docs/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/docs/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); **Suggestions options**: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **pageSize** | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **distance** | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **accuracy** | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| **sortMode** | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index ef0896b14b..0cf3ae0b47 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,9 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| __PageSize__ | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| __Distance__ | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| __Accuracy__ | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| __SortMode__ | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index e1a7c7d5a9..4ea7647395 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); __Suggestions options__: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| __pageSize__ | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| __distance__ | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| __accuracy__ | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| __sortMode__ | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index ef0896b14b..0cf3ae0b47 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,9 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| __PageSize__ | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| __Distance__ | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| __Accuracy__ | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| __SortMode__ | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index e1a7c7d5a9..4ea7647395 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); __Suggestions options__: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| __pageSize__ | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| __distance__ | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| __accuracy__ | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| __sortMode__ | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index 484d11a3fa..2767086d97 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,9 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **PageSize** | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **Distance** | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **Accuracy** | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| **SortMode** | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index c5ebe195c4..6b6e6f9cc3 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); **Suggestions options**: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **pageSize** | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **distance** | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **accuracy** | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| **sortMode** | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index 484d11a3fa..2767086d97 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,9 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **PageSize** | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **Distance** | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **Accuracy** | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| **SortMode** | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index c5ebe195c4..6b6e6f9cc3 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); **Suggestions options**: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **pageSize** | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **distance** | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **accuracy** | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| **sortMode** | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index 484d11a3fa..24a9a9d9eb 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,10 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **PageSize** | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **Distance** | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **Accuracy** | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| **SortMode** | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index c5ebe195c4..6b6e6f9cc3 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); **Suggestions options**: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **pageSize** | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **distance** | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **accuracy** | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| **sortMode** | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx b/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx index 484d11a3fa..2767086d97 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-csharp.mdx @@ -613,13 +613,9 @@ public SuggestionSortMode SortMode \{ get; set; \} -| Option | Type | Description | -|--------------|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **PageSize** | `int` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **Distance** | `StringDistanceTypes` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **Accuracy** | `float?` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5f</strong></li></ul> | -| **SortMode** | `SuggestionSortMode` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|-----------------------|-------------| +| **PageSize** | `int` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **Distance** | `StringDistanceTypes` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **Accuracy** | `float?` |
  • Suggestion accuracy.
  • Default is 0.5f
| +| **SortMode** | `SuggestionSortMode` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| diff --git a/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx b/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx index c5ebe195c4..6b6e6f9cc3 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/_how-to-work-with-suggestions-nodejs.mdx @@ -350,13 +350,9 @@ withOptions(options); **Suggestions options**: -| Option | Type | Description | -|--------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------| -| **pageSize** | `number` | <ul><li>Maximum number of suggested terms that will be returned</li><li>Default is <strong>15</strong></li></ul> | -| **distance** | `string` | <ul><li>String distance algorithm to use</li><li>`None` / `Levenshtein` / `JaroWinkler` / `NGram`</li><li>Default is <strong>Levenshtein</strong></li></ul> | -| **accuracy** | `number ` | <ul><li>Suggestion accuracy</li><li>Default is <strong>0.5</strong></li></ul> | -| **sortMode** | `string` | <ul><li>Indicates the order by which results are returned</li><li>`None` / `Popularity`</li><li>Default is <strong>Popularity</strong></li></ul> | - - - - +| Option | Type | Description | +|--------------|----------|-------------| +| **pageSize** | `number` |
  • Maximum number of suggested terms that will be returned.
  • Default is 15
| +| **distance** | `string` |
  • String distance algorithm to use.
  • `None` / `Levenshtein` / `JaroWinkler` / `NGram`
  • Default is Levenshtein.
| +| **accuracy** | `number` |
  • Suggestion accuracy.
  • Default is 0.5
| +| **sortMode** | `string` |
  • Indicates the order by which results are returned.
  • `None` / `Popularity`
  • Default is Popularity.
| From 2b09fda563a4c224bc8fe2430c3048f77a658a46 Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Tue, 7 Oct 2025 12:59:10 +0300 Subject: [PATCH 6/6] RDoc-3517 Remove
--- .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-java.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-java.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-java.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-java.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-java.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-java.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 1 - .../session/querying/_how-to-perform-group-by-query-csharp.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-java.mdx | 2 -- .../session/querying/_how-to-perform-group-by-query-nodejs.mdx | 2 -- 21 files changed, 32 deletions(-) diff --git a/docs/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/docs/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..3bd757b831 100644 --- a/docs/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/docs/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> - ## Group By Single Field diff --git a/docs/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/docs/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..1b817b8cc6 100644 --- a/docs/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/docs/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/docs/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/docs/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..004ac76abb 100644 --- a/docs/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/docs/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..19c76edf6b 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..c65752baa2 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..2298e42dcc 100644 --- a/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/versioned_docs/version-5.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..19c76edf6b 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..c65752baa2 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..2298e42dcc 100644 --- a/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/versioned_docs/version-5.3/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..19c76edf6b 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..c65752baa2 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..004ac76abb 100644 --- a/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/versioned_docs/version-5.4/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..3bd757b831 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..1b817b8cc6 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..004ac76abb 100644 --- a/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/versioned_docs/version-6.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..19c76edf6b 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..1b817b8cc6 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..2298e42dcc 100644 --- a/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/versioned_docs/version-6.2/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,7 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> ## Group By Single Field diff --git a/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx b/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx index ca5d3db5b3..3bd757b831 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-csharp.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `Count` - `Sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx b/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx index 72dfd4e872..1b817b8cc6 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-java.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field diff --git a/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx b/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx index 7a312ca272..004ac76abb 100644 --- a/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx +++ b/versioned_docs/version-7.0/client-api/session/querying/_how-to-perform-group-by-query-nodejs.mdx @@ -12,8 +12,6 @@ The supported aggregation operations are: - `count` - `sum` -<br /> - ## Group By Single Field