|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
EbiQuery in the Search subsystem.
Interface that defines common functionality for various types of full-text queries.
| Method Summary | |
String |
getWhere()
Deprecated. Gets the WHERE clause currently set on the full-text query. |
void |
setWhere(String ftsExpression)
Deprecated. Sets the WHERE clause for the full-text query. Note: The format of the passed in full-text search expression depends on the full-text search engine used by the implementation. |
| Methods implemented from interface com.sssw.fw.api.EbiQuery |
allSelected,
deselectAll,
getOrderBys,
getQueryString,
getSelects,
removeOrderBys,
selectAll |
| Method Detail |
public void setWhere(String ftsExpression)
ftsExpression - The full text expression that is used
to set the where clause for the query. For example:
'cars', 'Shakespeare' | 'Marlowe', thesaurus('applicant' word_synonym)
public String getWhere()
|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||