SwatObject
└─SiteSearchEngine
└─SiteArticleSearchEngine
public class SiteArticleSearchEngine
extends SiteSearchEngine
| Fields inherited from Site.SiteSearchEngine | |
|---|---|
| app, fulltext_result, order_by_fields, result_count_cache | |
| Method Summary | |
|---|---|
| protected string | Retrieve the SQL FROM clause to query results with. |
| protected string | Gets the SQL order by clause to query results with. |
| protected string | Retrieve the name of the wrapper class to use for results. |
| protected string | Retrieve the SQL SELECT clause to query results with. |
| protected string | Retrieve the SQL WHERE clause to query results with. |
| Methods inherited from Site.SiteSearchEngine | |
|---|---|
| addOrderByField, getFromClause, getLimitClause, getOffsetClause, getOrderByClause, getPublicProperties, getResultCount, getResultWrapperClass, getSearchParameterHash, getSearchSummary, getSelectClause, getWhereClause, queryResultCount, queryResults, search, setFulltextResult | |
protected string getFromClause()
Retrieve the SQL FROM clause to query results with
protected string getOrderByClause()
Gets the SQL order by clause to query results with
protected string getResultWrapperClass()
Retrieve the name of the wrapper class to use for results
protected string getSelectClause()
Retrieve the SQL SELECT clause to query results with
protected string getWhereClause()
Retrieve the SQL WHERE clause to query results with
An article search engine