Skip to content

Commit a751bb0

Browse files
committed
Added helpers in doc
1 parent 4027f29 commit a751bb0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/helpers.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ An example as follows:
2222

2323
[source,php]
2424
----
25-
use Elasticsearch\Helper\Iterators\SearchResponseIterator;
25+
use Elastic\Elasticsearch\Helper\Iterators\SearchResponseIterator;
2626
2727
$search_params = [
2828
'scroll' => '5m', // period to retain the search context
@@ -58,8 +58,8 @@ An example as follows:
5858

5959
[source,php]
6060
----
61-
use Elasticsearch\Helper\Iterators\SearchHitIterator;
62-
use Elasticsearch\Helper\Iterators\SearchResponseIterator;
61+
use Elastic\Elasticsearch\Helper\Iterators\SearchHitIterator;
62+
use Elastic\Elasticsearch\Helper\Iterators\SearchResponseIterator;
6363
6464
$search_params = [
6565
'scroll' => '5m', // period to retain the search context

docs/index-custom-title-page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ <h4 class="mt-3">
132132
</h4>
133133
</div>
134134
<ul class="ul-col-md-2 ul-col-1">
135+
<li>
136+
<a href="client-helpers.html">Client helpers</a>
137+
</li>
135138
<li>
136139
<a href="release-notes.html">Release notes</a>
137140
</li>

docs/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ include::configuration.asciidoc[]
1818

1919
include::operations.asciidoc[]
2020

21+
include::helpers.asciidoc[]
22+
2123
include::release-notes.asciidoc[]
2224

2325
include::redirects.asciidoc[]

0 commit comments

Comments
 (0)