| Package | Description |
|---|---|
| com.fatwire.cs.core.search.query | |
| com.fatwire.search.query | |
| com.fatwire.services |
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
QueryExpression.getSortOrder()
Gets the list of SortOrder that search engine would use when runs this query
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryExpression.setSortOrder(List<SortOrder> so)
Sets the list of SortOrder that search engine would use when runs this query
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortOrderImpl
The default implementation of the SortOrder
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultRow> |
SearchService.search(long siteId,
String phrase,
String phraseOperation,
List<TypeBean> assetTypes,
String searchfield,
int maxResults,
List<SortOrder> sortby)
Returns search results for the specified search parameters.
|
List<ResultRow> |
SearchService.search(SearchCriteria searchCriteria,
int maxResults,
List<SortOrder> sortby)
Returns search results for the specified search criteria.
|