Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 2.36 KB

sys-fulltext-index-columns-transact-sql.md

File metadata and controls

45 lines (38 loc) · 2.36 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs monikerRange
sys.fulltext_index_columns (Transact-SQL)
sys.fulltext_index_columns (Transact-SQL)
rwestMSFT
randolphwest
mikeray
06/10/2016
sql
system-objects
reference
sys.fulltext_index_columns
fulltext_index_columns
sys.fulltext_index_columns_TSQL
fulltext_index_columns_TSQL
full-text indexes [SQL Server], columns
sys.fulltext_index_columns catalog view
full-text indexes [SQL Server], properties
TSQL
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

sys.fulltext_index_columns (Transact-SQL)

[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]

Contains a row for each column that is part of a full-text index.

Column name Data type Description
object_id int ID of the object of which this is part.
column_id int ID of the column that is part of the full-text index.
type_column_id int ID of the type column that stores the user-supplied document file extension-".doc", ".xls", and so forth-of the document in a given row. The type column is specified only for columns whose data requires filtering during full-text indexing. NULL if not applicable. For more information, see Configure and Manage Filters for Search.
language_id int LCID of language whose word breaker is used to index this full-text column.

0 = Neutral.

For more information, see sys.fulltext_languages (Transact-SQL).
statistical_semantics int 1 = This column has statistical semantics enabled in addition to full-text indexing.

Permissions

[!INCLUDEssCatViewPerm]

See Also

Object Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)