Skip to content

Commit f2c1763

Browse files
committed
Define what hidden indexes are
1 parent 75ca28d commit f2c1763

File tree

8 files changed

+16
-8
lines changed
  • site/content
    • 3.10
    • 3.11
    • 3.12
    • 4.0

8 files changed

+16
-8
lines changed

site/content/3.10/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/3.10/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

site/content/3.11/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/3.11/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

site/content/3.12/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/3.12/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

site/content/4.0/develop/http-api/indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ paths:
5454
in: query
5555
required: false
5656
description: |
57-
Whether to include hidden indexes in the result.
57+
Whether to include hidden indexes in the result. Internal indexes
58+
and ones that are currently built in the background are hidden.
5859
schema:
5960
type: boolean
6061
responses:

site/content/4.0/index-and-search/indexing/working-with-indexes/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You can set the following parameters:
6262
- `withStats` (boolean, _optional_): whether to include index figures and
6363
estimates in the result. Default: `false`
6464
- `withHidden` (boolean, _optional_): whether to include hidden indexes in the
65-
result. Default: `false`
65+
result. Internal indexes and ones that are currently built in the background
66+
are hidden. Default: `false`
6667

6768
The `indexes()` method is an alias for `getIndexes()`.
6869

0 commit comments

Comments
 (0)