| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchHitsIterator<T> |
SearchOperations.searchForStream(Query query,
Class<T> clazz)
Executes the given
Query against elasticsearch and return result as SearchHitsIterator. |
<T> SearchHitsIterator<T> |
AbstractElasticsearchTemplate.searchForStream(Query query,
Class<T> clazz) |
<T> SearchHitsIterator<T> |
SearchOperations.searchForStream(Query query,
Class<T> clazz,
IndexCoordinates index)
Executes the given
Query against elasticsearch and return result as SearchHitsIterator. |
<T> SearchHitsIterator<T> |
AbstractElasticsearchTemplate.searchForStream(Query query,
Class<T> clazz,
IndexCoordinates index) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.