Interface SearchIntegration
-
- All Superinterfaces:
AutoCloseable
public interface SearchIntegration extends AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Backend
backend()
Backend
backend(String backendName)
static SearchIntegrationBuilder
builder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)
void
close()
IndexManager
indexManager(String indexManagerName)
-
-
-
Method Detail
-
backend
Backend backend()
-
indexManager
IndexManager indexManager(String indexManagerName)
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
builder
static SearchIntegrationBuilder builder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)
-
-