protected <T> T |
FessEsClient.get(String index,
String type,
String id,
FessEsClient.SearchCondition<org.elasticsearch.action.get.GetRequestBuilder> condition,
FessEsClient.SearchResult<T,org.elasticsearch.action.get.GetRequestBuilder,org.elasticsearch.action.get.GetResponse> searchResult) |
org.dbflute.optional.OptionalEntity<Map<String,Object>> |
FessEsClient.getDocument(String index,
String type,
FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition) |
protected <T> org.dbflute.optional.OptionalEntity<T> |
FessEsClient.getDocument(String index,
String type,
FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition,
FessEsClient.EntityCreator<T,org.elasticsearch.action.search.SearchResponse,org.elasticsearch.search.SearchHit> creator) |
List<Map<String,Object>> |
FessEsClient.getDocumentList(String index,
String type,
FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition) |
protected <T> List<T> |
FessEsClient.getDocumentList(String index,
String type,
FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition,
FessEsClient.EntityCreator<T,org.elasticsearch.action.search.SearchResponse,org.elasticsearch.search.SearchHit> creator) |
<T> T |
FessEsClient.search(String index,
String type,
FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition,
FessEsClient.SearchResult<T,org.elasticsearch.action.search.SearchRequestBuilder,org.elasticsearch.action.search.SearchResponse> searchResult) |