Package | Description |
---|---|
com.sas.hls.search |
Service and class definitions for searching repository items in the system.
|
Modifier and Type | Method and Description |
---|---|
SearchToken |
SearchResultsInfo.getSearchToken()
Get the token for the generated search query
|
Modifier and Type | Method and Description |
---|---|
void |
SearchService.clearSearchResultsInfo(SearchToken token)
Releases the token and any cached information about the query associated with the token.
|
List<SearchResultObject> |
SearchService.getSearchResults(SearchToken token,
int fromRow,
int toRow)
Gets SearchResult objects using a token from SearchResultsInfo which is obtained by calling
getSearchResultsInfoByQuery.
|
Constructor and Description |
---|
SearchResultsInfo(SearchToken searchToken,
int rowCount)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA