Class AbstractSearchClient

  • All Implemented Interfaces:
    HasSecurityCredentials, SearchClient
    Direct Known Subclasses:
    LocalSearchClientImpl, RemoteSearchClient

    public abstract class AbstractSearchClient
    extends java.lang.Object
    implements SearchClient, HasSecurityCredentials
    Client for querying Attivio AIE. Also handles sending schema requests. A single client can be created and held onto for the life of the application as there is no saved state and the client is thread safe. Multiple clients can be created for tracking purposes by client ID however there is no associated performance gain with having multiple clients.