Skip to content

Commit 04dff9e

Browse files
authored
[DOCS] Remove indices from PIT searches (#62105)
1 parent f2ac4ad commit 04dff9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search/search-your-data/paginate-search-results.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ include a tiebreaker field, your paged results could miss or duplicate hits.
7676

7777
[source,console]
7878
----
79-
GET /my-index-000001/_search
79+
GET /_search
8080
{
8181
"size": 10000,
8282
"query": {
@@ -140,7 +140,7 @@ remain unchanged. If provided, the `from` argument must be `0` (default) or `-1`
140140

141141
[source,console]
142142
----
143-
GET /my-index-000001/_search
143+
GET /_search
144144
{
145145
"size": 10000,
146146
"query": {

0 commit comments

Comments
 (0)