Uses of Class
org.silverpeas.core.index.search.model.SearchResult
-
-
Uses of SearchResult in org.silverpeas.core.index.search
Methods in org.silverpeas.core.index.search that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchQueryProcessor. process(QueryDescription query, List<SearchResult> results)
Method parameters in org.silverpeas.core.index.search with type arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchQueryProcessor. process(QueryDescription query, List<SearchResult> results)
-
Uses of SearchResult in org.silverpeas.core.index.search.model
Methods in org.silverpeas.core.index.search.model that return SearchResult Modifier and Type Method Description static SearchResult
SearchResult. fromGlobalSilverContent(GlobalSilverContent gsc)
static SearchResult
SearchResult. fromIndexEntry(MatchingIndexEntry mie)
-
Uses of SearchResult in org.silverpeas.core.pdc.pdc.model
Constructors in org.silverpeas.core.pdc.pdc.model with parameters of type SearchResult Constructor Description GlobalSilverResult(SearchResult result)
-
Uses of SearchResult in org.silverpeas.core.pdc.pdc.service
Methods in org.silverpeas.core.pdc.pdc.service that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
PdcSearchProcessor. process(QueryDescription query, List<SearchResult> results)
Method parameters in org.silverpeas.core.pdc.pdc.service with type arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
PdcSearchProcessor. process(QueryDescription query, List<SearchResult> results)
-
Uses of SearchResult in org.silverpeas.core.search
Methods in org.silverpeas.core.search that return types with arguments of type SearchResult Modifier and Type Method Description List<SearchResult>
SearchService. search(QueryDescription queryDescription)
-
Uses of SearchResult in org.silverpeas.core.webapi.search
Methods in org.silverpeas.core.webapi.search with parameters of type SearchResult Modifier and Type Method Description static ResultEntity
ResultEntity. fromSearchResult(SearchResult gsr)
-