Interface ElasticsearchLink
-
public interface ElasticsearchLinkRepresent the "link" to an Elasticsearch cluster, with all the relevant components: the client, configured to target the URL pointing to the cluster, and several components that are configured to be compatible with the version of Elasticsearch running on the cluster.
-
-
Method Summary
-
-
-
Method Detail
-
getClient
ElasticsearchClient getClient()
-
getGsonProvider
GsonProvider getGsonProvider()
-
getSearchSyntax
ElasticsearchSearchSyntax getSearchSyntax()
-
getIndexMetadataSyntax
ElasticsearchIndexMetadataSyntax getIndexMetadataSyntax()
-
getWorkFactory
ElasticsearchWorkFactory getWorkFactory()
-
getSearchResultExtractorFactory
ElasticsearchSearchResultExtractorFactory getSearchResultExtractorFactory()
-
getScrollTimeout
Integer getScrollTimeout()
-
-