Name | Description | |
---|---|---|
CatalogExists | Determines if the fulltext catalog exists | |
CreateIndex | Create an index in the FTS catalog | |
EnableFullTextSearch | Overloaded. Attempts to enable full text search on the current database | |
EnsureCatalog | Ensures that full text searching is enabled and the catalog exists | |
EnsureIndexes | Ensures that the expected fulltext indexes are present in the catalog | |
IndexesExist | Determines if the fulltext index(es) exist | |
IsFullTextSearchEnabled | Overloaded. Determines whether full text search is enabled on the current database | |
IsFullTextSearchInstalled | Overloaded. Determines whether fulltext search is installed on the server | |
ParseKeywordCriterion | Returns the criterion for keyword searching string suitable for use in a WHERE clause on SQL servers that do not have FTS capabilities. | |
PrepareFtsJoin | Sets up the join statement needed to execute a full text search with ranked sorting | |
RebuildCatalog | Rebuild the Full-Text CATALOG Index | |
RemoveCatalog | Removes the catalog | |
UseFtsSearch | Determines if FTS search can be used for the given table, columns, and keyword. |