|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CompassSearchService
A generics search service that is based on OpenSpaces remoting.
| Method Summary | |
|---|---|
SearchResults |
search(String query)
Search and returns all the matching objects for the given query. |
SearchResults |
search(String query,
int maxResults)
Search and returns maxResults the matching objects for the given query. |
SearchResults |
search(String query,
int maxResults,
float fromScore)
Search and returns up to maxResults the matching objects for the given query. |
SearchResourceResults |
searchResource(String query)
Search and returns all the matching resources for the given query. |
SearchResourceResults |
searchResource(String query,
int maxResults)
Search and returns up to maxResults the matching resources for the given query. |
SearchResourceResults |
searchResource(String query,
int maxResults,
float fromScore)
Search and returns up to maxResults the matching resources for the given query. |
| Method Detail |
|---|
SearchResourceResults searchResource(String query)
SearchResourceResults searchResource(String query,
int maxResults)
SearchResourceResults searchResource(String query,
int maxResults,
float fromScore)
SearchResults search(String query)
SearchResults search(String query,
int maxResults)
SearchResults search(String query,
int maxResults,
float fromScore)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||