| Package | Description |
|---|---|
| org.gcube.portlets.user.searchportlet.client.interfaces | |
| org.gcube.portlets.user.searchportlet.server |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchService.submitAdvancedQuery(ArrayList<SearchableFieldBean> criteria,
String sortby,
String order,
boolean searchPerCollection,
boolean isSemanticEnriched) |
Boolean |
SearchService.submitBrowseQuery(BrowsableFieldBean browseBy,
String sortOrder,
String typeOfBrowse,
int resultNumPerPage) |
void |
SearchService.submitBrowseQueryOnPreviousResult(int index) |
void |
SearchService.submitGenericQuery(String query,
String type) |
void |
SearchService.submitQueryOnPreviousResult(ArrayList<SearchableFieldBean> criteria,
String sortby,
String sortOrder,
String showRank) |
void |
SearchService.submitSimpleQuery(String fts,
boolean setRanking,
boolean isSemanticSearch) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServlet.submitAdvancedQuery(ArrayList<SearchableFieldBean> criteria,
String sortby,
String order,
boolean searchPerCollection,
boolean isSemanticEnriched)
This method submits the advances query to the underlying system, by using the ASL
|
Boolean |
SearchServlet.submitBrowseQuery(BrowsableFieldBean browseBy,
String sortOrder,
String typeOfBrowse,
int resultNumPerPage)
Submits a browse query
|
void |
SearchServlet.submitBrowseQueryOnPreviousResult(int index)
This method is used to show the results of a query that is already performed in the current session
|
void |
SearchServlet.submitGenericQuery(String query,
String type)
This method submits a query that is saved in user's basket
|
void |
SearchServlet.submitQueryOnPreviousResult(ArrayList<SearchableFieldBean> criteria,
String sortby,
String sortOrder,
String showRank) |
void |
SearchServlet.submitSimpleQuery(String fts,
boolean setRanking,
boolean isSemanticSearch)
Submits a simple query
|
Copyright © 2014. All Rights Reserved.