Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 2.36 KB

sys-fulltext-stopwords-transact-sql.md

File metadata and controls

47 lines (41 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_stopwords (Transact-SQL)
sys.fulltext_stopwords (Transact-SQL)
rwestMSFT
randolphwest
mikeray
06/10/2016
sql
system-objects
reference
fulltext_stopwords_TSQL
fulltext_stopwords
sys.fulltext_stopwords
sys.fulltext_stopwords_TSQL
stoplists [full-text search]
full-text search [SQL Server], stopwords
sys.fulltext_stopwords catalog view
stopwords [full-text search]
TSQL
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

sys.fulltext_stopwords (Transact-SQL)

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

Contains a row per stopword for all stoplists in the database.

Column name Data type Description
stoplist_id int ID of the stoplist to which stopword belongs. This ID is unique within the database.
stopword nvarchar(64) The term to be considered for a stop-word match.
language sysname Is either the value of the alias in sys.fulltext_languages corresponding to the value of the locale identifier (LCID), or is the string representation of the numeric LCID.
language_id int LCID used for word breaking.

Permissions

[!INCLUDEssCatViewPerm]

See Also

Catalog Views (Transact-SQL)
Object Catalog Views (Transact-SQL)
Configure and Manage Stopwords and Stoplists for Full-Text Search
sys.fulltext_stoplists (Transact-SQL)
sys.fulltext_system_stopwords (Transact-SQL)