Uses of Class
org.sakaiproject.search.api.InvalidSearchQueryException

Packages that use InvalidSearchQueryException
org.sakaiproject.search.api   
 

Uses of InvalidSearchQueryException in org.sakaiproject.search.api
 

Methods in org.sakaiproject.search.api that throw InvalidSearchQueryException
 SearchList SearchService.search(String searchTerms, List<String> contexts, int searchStart, int searchEnd)
          Perform a search, return results in a list.
 SearchList SearchService.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 performance
 



Copyright © 2003-2013 Sakai Project. All Rights Reserved.