public class DefaultSearchService extends Object implements ISearchService
DefaultSearchService class.
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
static String |
SEARCH_STRATEGIES_PREFERENCE
Constant
SEARCH_STRATEGIES_PREFERENCE="searchStrategies" |
| Constructor and Description |
|---|
DefaultSearchService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSearchStrategy(ISearchStrategy strategy)
addSearchStrategy.
|
String[] |
getStrategyNames()
getStrategyNames.
|
org.apereo.portal.search.SearchResults |
search(javax.portlet.EventRequest request,
org.jsoup.nodes.Document document)
search.
|
public static final String SEARCH_STRATEGIES_PREFERENCE
SEARCH_STRATEGIES_PREFERENCE="searchStrategies"protected final org.slf4j.Logger log
public void addSearchStrategy(ISearchStrategy strategy)
addSearchStrategy.
addSearchStrategy in interface ISearchServicestrategy - a ISearchStrategy objectpublic String[] getStrategyNames()
getStrategyNames.
getStrategyNames in interface ISearchServiceString objectspublic org.apereo.portal.search.SearchResults search(javax.portlet.EventRequest request,
org.jsoup.nodes.Document document)
search.
search in interface ISearchServicerequest - a EventRequest objectdocument - a Document objectSearchResults objectCopyright © 2022 Apereo. All rights reserved.