| Package | Description |
|---|---|
| org.sakaiproject.search.api |
| Modifier and Type | Method and Description |
|---|---|
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–2014 Sakai Project. All rights reserved.