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 Backendbackend()Backendbackend(String backendName)static SearchIntegrationBuilderbuilder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)voidclose()IndexManagerindexManager(String indexManagerName)
-
-
-
Method Detail
-
backend
Backend backend()
-
indexManager
IndexManager indexManager(String indexManagerName)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
builder
static SearchIntegrationBuilder builder(ConfigurationPropertySource propertySource, ConfigurationPropertyChecker propertyChecker)
-
-