public class DefaultSearchService extends Object implements ISearchService
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
static String |
SEARCH_STRATEGIES_PREFERENCE |
| Constructor and Description |
|---|
DefaultSearchService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSearchStrategy(ISearchStrategy strategy) |
String[] |
getStrategyNames() |
org.apereo.portal.search.SearchResults |
search(javax.portlet.EventRequest request,
org.jsoup.nodes.Document document) |
public static final String SEARCH_STRATEGIES_PREFERENCE
protected final org.slf4j.Logger log
public void addSearchStrategy(ISearchStrategy strategy)
addSearchStrategy in interface ISearchServicepublic String[] getStrategyNames()
getStrategyNames in interface ISearchServicepublic org.apereo.portal.search.SearchResults search(javax.portlet.EventRequest request,
org.jsoup.nodes.Document document)
search in interface ISearchServiceCopyright © 2022 Apereo. All rights reserved.