Class SearchHitsUtil
java.lang.Object
org.springframework.data.elasticsearch.client.erhlc.SearchHitsUtil
Deprecated.
since 5.0
Utility class to prevent leaking of Lucene API into Spring Data Elasticsearch.
- Since:
- 4.4
- Author:
- Peter-Josef Meisch
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getTotalCount
(org.elasticsearch.search.SearchHits searchHits) Deprecated.
-
Method Details
-
getTotalCount
public static long getTotalCount(org.elasticsearch.search.SearchHits searchHits) Deprecated.
-