Skip to content

Commit

Permalink
Added helpers in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 23, 2023
1 parent 53663e7 commit 2490e96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/helpers.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/index-custom-title-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ <h4 class="mt-3">
</h4>
</div>
<ul class="ul-col-md-2 ul-col-1">
<li>
<a href="client-helpers.html">Client helpers</a>
</li>
<li>
<a href="release-notes.html">Release notes</a>
</li>
Expand Down
2 changes: 2 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ include::configuration.asciidoc[]

include::operations.asciidoc[]

include::helpers.asciidoc[]

include::release-notes.asciidoc[]

include::redirects.asciidoc[]

0 comments on commit 2490e96

Please sign in to comment.