Uses of Class
org.exoplatform.wiki.service.search.SearchResult
-
Packages that use SearchResult Package Description org.exoplatform.wiki.jpa org.exoplatform.wiki.jpa.search org.exoplatform.wiki.service Handles all actions in Wiki.org.exoplatform.wiki.service.impl Implements services of the Wiki application.org.exoplatform.wiki.service.search -
-
Uses of SearchResult in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return types with arguments of type SearchResult Modifier and Type Method Description org.exoplatform.commons.utils.PageList<SearchResult>JPADataStorage. search(WikiSearchData wikiSearchData) -
Uses of SearchResult in org.exoplatform.wiki.jpa.search
Methods in org.exoplatform.wiki.jpa.search that return types with arguments of type SearchResult Modifier and Type Method Description protected List<SearchResult>WikiElasticSearchServiceConnector. buildWikiResult(String jsonResponse)protected List<SearchResult>WikiElasticSearchServiceConnector. filteredWikiSearch(org.exoplatform.commons.api.search.data.SearchContext context, String query, List<org.exoplatform.commons.search.es.ElasticSearchFilter> filters, Collection<String> sites, int offset, int limit, String sort, String order)List<SearchResult>WikiElasticSearchServiceConnector. searchWiki(String searchedText, String wikiType, String wikiOwner, int offset, int limit, String sort, String order) -
Uses of SearchResult in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type SearchResult Modifier and Type Method Description org.exoplatform.commons.utils.PageList<SearchResult>DataStorage. search(WikiSearchData data)org.exoplatform.commons.utils.PageList<SearchResult>WikiService. search(WikiSearchData data)Searches in all wiki pages. -
Uses of SearchResult in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl that return types with arguments of type SearchResult Modifier and Type Method Description org.exoplatform.commons.utils.PageList<SearchResult>WikiServiceImpl. search(WikiSearchData data) -
Uses of SearchResult in org.exoplatform.wiki.service.search
Subclasses of SearchResult in org.exoplatform.wiki.service.search Modifier and Type Class Description classTemplateSearchResult
-