Skip to content

Commit efbe723

Browse files
committed
DATAES-802 - Polishing.
1 parent 21ade25 commit efbe723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/elasticsearch-misc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ while (scroll.hasSearchHits()) {
8080
template.searchScrollClear(scrollId);
8181
----
8282

83-
Additionally, the scroll API can be used by defining the return type as `Stream` in the Elasticsearch Repository.
83+
To use the Scroll API with repository methods, the return type must defined as `Stream` in the Elasticsearch Repository. The implementation of the method will then use the scroll methods from the ElasticsearchTemplate.
8484

8585
[source,java]
8686
----

0 commit comments

Comments
 (0)