Uses of Interface
io.fluxzero.sdk.persisting.search.client.SearchClient
Packages that use SearchClient
-
Uses of SearchClient in io.fluxzero.sdk.configuration.client
Methods in io.fluxzero.sdk.configuration.client that return SearchClientModifier and TypeMethodDescriptionprotected abstract SearchClientAbstractClient.createSearchClient()Subclasses must implement this method to return aSearchClient.protected SearchClientWebSocketClient.createSearchClient()Client.getSearchClient()Returns theSearchClientthat provides access to document and search APIs. -
Uses of SearchClient in io.fluxzero.sdk.persisting.search.client
Classes in io.fluxzero.sdk.persisting.search.client that implement SearchClientModifier and TypeClassDescriptionclassIn-memory implementation of theSearchClient, intended for local testing and development.classWebSocket-based implementation of theSearchClientthat connects to the Fluxzero Runtime.