Uses of Interface
org.codelibs.fess.es.client.FessEsClient.SearchCondition
-
Packages that use FessEsClient.SearchCondition Package Description org.codelibs.fess.es.client -
-
Uses of FessEsClient.SearchCondition in org.codelibs.fess.es.client
Methods in org.codelibs.fess.es.client with parameters of type FessEsClient.SearchCondition Modifier and Type Method Description protected <T> TFessEsClient. 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, FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition)protected <T> org.dbflute.optional.OptionalEntity<T>FessEsClient. getDocument(String index, 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, FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition)protected <T> List<T>FessEsClient. getDocumentList(String index, FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition, FessEsClient.EntityCreator<T,org.elasticsearch.action.search.SearchResponse,org.elasticsearch.search.SearchHit> creator)<T> longFessEsClient. scrollSearch(String index, FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition, FessEsClient.EntityCreator<T,org.elasticsearch.action.search.SearchResponse,org.elasticsearch.search.SearchHit> creator, Function<T,Boolean> cursor)<T> TFessEsClient. search(String index, FessEsClient.SearchCondition<org.elasticsearch.action.search.SearchRequestBuilder> condition, FessEsClient.SearchResult<T,org.elasticsearch.action.search.SearchRequestBuilder,org.elasticsearch.action.search.SearchResponse> searchResult)
-