Uses of Class
org.elasticsearch.index.reindex.ScrollableHitSource.SearchFailure
-
Packages that use ScrollableHitSource.SearchFailure Package Description org.elasticsearch.index.reindex -
-
Uses of ScrollableHitSource.SearchFailure in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex that return types with arguments of type ScrollableHitSource.SearchFailure Modifier and Type Method Description List<ScrollableHitSource.SearchFailure>ScrollableHitSource.Response. getFailures()Where there any search failures?List<ScrollableHitSource.SearchFailure>BulkByScrollResponse. getSearchFailures()All search failures.Constructor parameters in org.elasticsearch.index.reindex with type arguments of type ScrollableHitSource.SearchFailure Constructor Description Response(boolean timedOut, List<ScrollableHitSource.SearchFailure> failures, long totalHits, List<? extends ScrollableHitSource.Hit> hits, String scrollId)
-