Uses of Class
org.nuxeo.elasticsearch.config.ESHintQueryBuilderDescriptor
-
Packages that use ESHintQueryBuilderDescriptor Package Description org.nuxeo.elasticsearch.config org.nuxeo.elasticsearch.core -
-
Uses of ESHintQueryBuilderDescriptor in org.nuxeo.elasticsearch.config
Methods in org.nuxeo.elasticsearch.config that return ESHintQueryBuilderDescriptor Modifier and Type Method Description ESHintQueryBuilderDescriptor
ESHintQueryBuilderDescriptor. merge(Descriptor descriptor)
-
Uses of ESHintQueryBuilderDescriptor in org.nuxeo.elasticsearch.core
Constructor parameters in org.nuxeo.elasticsearch.core with type arguments of type ESHintQueryBuilderDescriptor Constructor Description ElasticSearchAdminImpl(ElasticSearchEmbeddedServerConfig embeddedServerConfig, ElasticSearchClientConfig clientConfig, Map<String,ElasticSearchIndexConfig> indexConfig, Collection<ESHintQueryBuilderDescriptor> hintDescriptors)
Init the admin service, remote configuration if not null will take precedence over local embedded configuration.
-