public class TotalHitsSearchResponseExtractor extends Object implements SearchResponseExtractor<Long>
| 限定符和类型 | 字段和说明 |
|---|---|
static TotalHitsSearchResponseExtractor |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
doExtractData(org.elasticsearch.action.search.SearchResponse response)
抽提实际响应的数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextractDatacatchException, empty, fallback, fallbackEnabled, narrow, validatepublic static final TotalHitsSearchResponseExtractor INSTANCE
public Long doExtractData(org.elasticsearch.action.search.SearchResponse response)
ConcreteResponseExtractordoExtractData 在接口中 ConcreteResponseExtractor<Long,org.elasticsearch.action.search.SearchResponse>response - 具体响应Copyright © 2020. All rights reserved.