See: Description
| Class | Description |
|---|---|
| FullText |
This class implements the native full text search.
|
| FullText.FullTextTrigger |
Trigger updates the index when a inserting, updating, or deleting a row.
|
| FullTextLucene |
This class implements the full text search based on Apache Lucene.
|
| FullTextLucene.FullTextTrigger |
Trigger updates the index when a inserting, updating, or deleting a row.
|
| IndexInfo |
The settings of one full text search index.
|
The native full text search implementation, and the wrapper for the the Lucene full text search implementation.