| 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 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.
|
SearchList |
SearchService.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.
|
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–2020 Sakai Project. All rights reserved.