JBoss.orgCommunity Documentation
SiteSearchService is used in the Search portlet that allows users to find all information matching with your given keyword.
Method | Param | Return | Description |
---|---|---|---|
addExcludeIncludeDataTypePlugin(ExcludeIncludeDataTypePlugin plugin) | plugin : The plugin. | void | Filter mimetypes data in the search results. |
searchSiteContents(SessionProvider sessionProvider, QueryCriteria queryCriteria, int pageSize, boolean isSearchContent) throws Exception; |
|
AbstractPageList<ResultNode>
| Find all child nodes whose contents match with the given keyword. These nodes will be put in the list of search results. |