Uses of Interface
org.elasticsearch.index.reindex.ScrollableHitSource.Hit
-
Packages that use ScrollableHitSource.Hit Package Description org.elasticsearch.index.reindex -
-
Uses of ScrollableHitSource.Hit in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement ScrollableHitSource.Hit Modifier and Type Class Description static classScrollableHitSource.BasicHitAn implementation of ScrollableHitSource.Hit that uses getters and setters.Methods in org.elasticsearch.index.reindex that return types with arguments of type ScrollableHitSource.Hit Modifier and Type Method Description List<? extends ScrollableHitSource.Hit>ScrollableHitSource.Response. getHits()The documents returned in this batch.
-