Interface SearchService


  • public interface SearchService
    Serves search requests on the underlying data access implementation(s).
    • Method Detail

      • searchResources

        Collection<SearchResult> searchResources​(IoParameters parameters)
        Parameters:
        parameters - the query parameters.
        Returns:
        a collection of matching results.