Uses of Interface
org.sakaiproject.search.api.SearchList

Packages that use SearchList
org.sakaiproject.search.api   
 

Uses of SearchList in org.sakaiproject.search.api
 

Methods in org.sakaiproject.search.api that return SearchList
 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-2012 Sakai Project. All Rights Reserved.