From 2490e96679b8eee5cbaea5b9ee9909d54098fdbf Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 23 May 2023 15:38:12 +0200 Subject: [PATCH] Added helpers in doc --- docs/helpers.asciidoc | 6 +++--- docs/index-custom-title-page.html | 3 +++ docs/index.asciidoc | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/helpers.asciidoc b/docs/helpers.asciidoc index 89631bc92..3f308e7f9 100644 --- a/docs/helpers.asciidoc +++ b/docs/helpers.asciidoc @@ -22,7 +22,7 @@ An example as follows: [source,php] ---- -use Elasticsearch\Helper\Iterators\SearchResponseIterator; +use Elastic\Elasticsearch\Helper\Iterators\SearchResponseIterator; $search_params = [ 'scroll' => '5m', // period to retain the search context @@ -58,8 +58,8 @@ An example as follows: [source,php] ---- -use Elasticsearch\Helper\Iterators\SearchHitIterator; -use Elasticsearch\Helper\Iterators\SearchResponseIterator; +use Elastic\Elasticsearch\Helper\Iterators\SearchHitIterator; +use Elastic\Elasticsearch\Helper\Iterators\SearchResponseIterator; $search_params = [ 'scroll' => '5m', // period to retain the search context diff --git a/docs/index-custom-title-page.html b/docs/index-custom-title-page.html index c43f238d1..e5baf339e 100644 --- a/docs/index-custom-title-page.html +++ b/docs/index-custom-title-page.html @@ -132,6 +132,9 @@