SearchResultsBean
- The results of the executed searchpublic interface IContentBasedSearchService<SearchResultsBean>
Modifier and Type | Method and Description |
---|---|
SearchResultsBean |
getContentSearchResults(String searchQuery)
Method to do a search of the given query in the content of the resources on the registry.
|
SearchResultsBean getContentSearchResults(String searchQuery) throws org.apache.axis2.AxisFault
searchQuery
- the search query, should contain a word (or phrase), you want to search
for.org.apache.axis2.AxisFault
- if the operation failed.Copyright © 2023 WSO2. All rights reserved.