Label | Explanation | Data Type |
Input Table
| The table containing the fields that will be indexed. | Table View |
Fields To Index | The text fields that will be indexed. Some databases only support a single field for full-text index creation. Support for creation of a multiple field full-text index varies based on the database. | Field |
Full-Text Index Name
(Optional) | The name of the index that will be created. For SQL Server, SQLite, and mobile geodatabases, this parameter will be ignored. | String |
Full-Text Catalog Name
(Optional) | The existing full-text catalog name. This parameter is only applicable for SQL Server. When the SQL Server database has a default full-text catalog defined, the tool will use the default catalog, and this parameter will be optional. When the SQL Server database does not have a default full-text catalog defined, provide the name of the existing full-text catalog. | String |
Derived Output
Label | Explanation | Data Type |
Updated Table | The updated table with a full-text index added. | Table View |