public class GsaSearchStrategy extends Object implements ISearchStrategy
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
GsaSearchStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStrategyName() |
void |
init() |
List<org.apereo.portal.search.SearchResult> |
search(org.apereo.portal.search.SearchRequest searchQuery,
javax.portlet.EventRequest request,
org.jsoup.nodes.Document ignore) |
void |
setContentSearchProvider(ISearchService contentSearchProvider) |
public void setContentSearchProvider(ISearchService contentSearchProvider)
@PostConstruct public void init()
public String getStrategyName()
getStrategyName in interface ISearchStrategypublic List<org.apereo.portal.search.SearchResult> search(org.apereo.portal.search.SearchRequest searchQuery, javax.portlet.EventRequest request, org.jsoup.nodes.Document ignore)
search in interface ISearchStrategyCopyright © 2022 Apereo. All rights reserved.