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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResponseContextsearch(RequestContext request, Map<String,String> parameters)Deprecated.Make the actual search operation based on passed parameters.
-
-
-
Method Detail
-
search
ResponseContext search(RequestContext request, Map<String,String> parameters)
Deprecated.Make the actual search operation based on passed parameters.- Parameters:
request- TheRequestContextobject.parameters- Search parameters extracted from the request: they are the same parameters reported into the Open Search URL template.
-
-