public interface SearchIntegration extends AutoCloseable
Modifier and Type | Method and Description |
---|---|
static SearchIntegrationBuilder |
builder() |
static SearchIntegrationBuilder |
builder(ConfigurationPropertySource propertySource) |
void |
close() |
Backend |
getBackend(String backendName) |
IndexManager |
getIndexManager(String indexManagerName) |
<M> M |
getMapping(MappingKey<M> mappingKey) |
<M> M getMapping(MappingKey<M> mappingKey)
IndexManager getIndexManager(String indexManagerName)
void close()
close
in interface AutoCloseable
static SearchIntegrationBuilder builder()
static SearchIntegrationBuilder builder(ConfigurationPropertySource propertySource)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.