Uses of Class
org.exoplatform.wiki.service.search.SearchResult
Packages that use SearchResult
Package
Description
Handles all actions in Wiki.
Implements services of the Wiki application.
-
Uses of SearchResult in org.exoplatform.wiki.jpa
Methods in org.exoplatform.wiki.jpa that return types with arguments of type SearchResultModifier and TypeMethodDescriptionorg.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 SearchResultModifier and TypeMethodDescriptionprotected List<SearchResult>WikiElasticSearchServiceConnector.buildWikiResult(String jsonResponse) protected List<SearchResult>WikiElasticSearchServiceConnector.filteredWikiSearch(String query, String userId, boolean isFavorites, int offset, int limit) WikiElasticSearchServiceConnector.searchWiki(String searchedText, String userId, boolean isFavorites, int offset, int limit) -
Uses of SearchResult in org.exoplatform.wiki.service
Methods in org.exoplatform.wiki.service that return types with arguments of type SearchResultModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<SearchResult>DataStorage.search(WikiSearchData data) org.exoplatform.commons.utils.PageList<SearchResult>NoteService.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 SearchResultModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.PageList<SearchResult>NoteServiceImpl.search(WikiSearchData data) -
Uses of SearchResult in org.exoplatform.wiki.service.search
Subclasses of SearchResult in org.exoplatform.wiki.service.search