SwatObject
└─SiteNateGoFulltextSearchResult
public class SiteNateGoFulltextSearchResult
extends SwatObject
| Field Summary | |
|---|---|
| protected MDB2_Driver_Common | The database. |
| protected NateGoSearchResult | The nate-go result object. |
| Constructor Summary | |
|---|---|
SiteNateGoFulltextSearchResult(MDB2_Driver_Common db, NateGoSearchResult result) Creates a new nate-go fulltext search result. |
|
| Method Summary | |
|---|---|
| void | getJoinClause(mixed id_field_name, mixed type) |
| void | |
| void | getOrderByClause(mixed default_clause) |
| array | Gets words that were entered and were searched for. |
| void | Saves this search result for search statistics and tracking. |
protected MDB2_Driver_Common $db
The database
protected NateGoSearchResult $nate_go_result
The nate-go result object
public SiteNateGoFulltextSearchResult(MDB2_Driver_Common db, NateGoSearchResult result)
Creates a new nate-go fulltext search result
db - the database.result - a NateGoSearchResult object.public void getJoinClause(mixed id_field_name, mixed type)
public void getMisspellings()
public void getOrderByClause(mixed default_clause)
public array getSearchedWords()
Gets words that were entered and were searched for
public void saveHistory()
Saves this search result for search statistics and tracking
A fulltext search result that uses NateGoSearch