Uses of Class
org.sakaiproject.search.api.InvalidSearchQueryException
-
Packages that use InvalidSearchQueryException Package Description org.sakaiproject.search.api -
-
Uses of InvalidSearchQueryException in org.sakaiproject.search.api
Methods in org.sakaiproject.search.api that throw InvalidSearchQueryException Modifier and Type Method Description SearchListSearchService. search(String searchTerms, List<String> contexts, int searchStart, int searchEnd)Perform a search, return results in a list.SearchListSearchService. search(String searchTerms, List<String> contexts, int start, int end, String indexBuilderName)This is the same as standard search, but the caller can specify the logical name of the index builder which should execute the search.SearchListSearchService. search(String searchTerms, List<String> contexts, int start, int end, String filterName, String sorterName)This is the same as standard search, but the caller can specify, by name, the index Filter and the index Sorter by name The Sorter and the Filter will be consulted during the search, and hence should not make massive demands on the framework, otherwise they will cripple the search performanceSearchListSearchService. search(String searchTerms, List<String> contexts, int start, int end, String indexBuilderName, Map<String,String> additionalSearchInformation)This is the same as standard search, but the caller can specify the logical name of the index builder which should execute the search and pass a more complex information in the search Terms.org.elasticsearch.action.search.SearchResponseSearchService. searchResponse(String searchTerms, List<String> contexts, int start, int end, String indexBuilderName, Map<String,String> additionalSearchInformation)This is the same as standard search, but the caller can specify the logical name of the index builder which should execute the search and pass a more complex information in the search Terms.
-