SilverStream eXtend
Director 4.0

com.sssw.fw.api
Interface EbiFullTextQuery

All Superinterfaces:
EbiQuery, EbiQueryBase, Serializable
All Known Subinterfaces:
EbiFtsDocContentQuery, EbiFtsDocMetaDataQuery

Deprecated. Use EbiQuery in the Search subsystem.

public interface EbiFullTextQuery
extends EbiQuery

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

setWhere

public 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. The default ("system") implementation of the Framework accesses the Fulcrum full-text search engine via the SilverStream server. For more information on the full-text expression syntax, please refer to the following:
Parameters:
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)
 

getWhere

public String getWhere()
Deprecated. 
Gets the WHERE clause currently set on the full-text query.

SilverStream eXtend
Director 4.0