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 @@