Use this class to bundle together multiple instances of B25.SearchResult. This is what is expected to be returned by B25.SearchContext.SearchHandler.
addResult
void addSearchResult(B25.SearchResult searchResult)
Adds the given search result to this collection.
Parameters:
Name | Type | Description |
---|
searchResult | B25.SearchResult | The search result you want to add. |
addResults
void addSearchResults(List<B25.SearchResult> searchResults)
Adds the given search list of results to this collection.
Parameters:
Name | Type | Description |
---|
searchResults | List<B25.SearchResult> | The list of search results you want to add. |