File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ include::configuration.asciidoc[]
1818
1919include::operations.asciidoc[]
2020
21+ include::helpers.asciidoc[]
22+
2123include::release-notes.asciidoc[]
2224
2325include::redirects.asciidoc[]
You can’t perform that action at this time.
0 commit comments