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:
22
22
23
23
[source,php]
24
24
----
25
- use Elasticsearch\Helper\Iterators\SearchResponseIterator;
25
+ use Elastic\ Elasticsearch\Helper\Iterators\SearchResponseIterator;
26
26
27
27
$search_params = [
28
28
'scroll' => '5m', // period to retain the search context
@@ -58,8 +58,8 @@ An example as follows:
58
58
59
59
[source,php]
60
60
----
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;
63
63
64
64
$search_params = [
65
65
'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">
132
132
</ h4 >
133
133
</ div >
134
134
< ul class ="ul-col-md-2 ul-col-1 ">
135
+ < li >
136
+ < a href ="client-helpers.html "> Client helpers</ a >
137
+ </ li >
135
138
< li >
136
139
< a href ="release-notes.html "> Release notes</ a >
137
140
</ li >
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ include::configuration.asciidoc[]
18
18
19
19
include::operations.asciidoc[]
20
20
21
+ include::helpers.asciidoc[]
22
+
21
23
include::release-notes.asciidoc[]
22
24
23
25
include::redirects.asciidoc[]
You can’t perform that action at this time.
0 commit comments