Interface OpenSearchUrlAdapter

  • All Known Implementing Classes:
    AbstractOpenSearchUrlAdapter

    @Deprecated
    public interface OpenSearchUrlAdapter
    Deprecated.
    Legacy AEM 6.x API.
    The OpenSearchUrlAdapter interface provides the business logic for executing search operations and getting back Atom-based responses augmented with Open Search metadata.
    • Method Detail

      • search

        ResponseContext search​(RequestContext request,
                               Map<String,​String> parameters)
        Deprecated.
        Make the actual search operation based on passed parameters.
        Parameters:
        request - The RequestContext object.
        parameters - Search parameters extracted from the request: they are the same parameters reported into the Open Search URL template.