Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 2.47 KB

File metadata and controls

49 lines (43 loc) · 2.47 KB
title sys.fulltext_stopwords (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql
ms.prod_service database-engine, sql-database
ms.technology system-objects
ms.topic language-reference
f1_keywords
fulltext_stopwords_TSQL
fulltext_stopwords
sys.fulltext_stopwords
sys.fulltext_stopwords_TSQL
dev_langs
TSQL
helpviewer_keywords
stoplists [full-text search]
full-text search [SQL Server], stopwords
sys.fulltext_stopwords catalog view
stopwords [full-text search]
ms.assetid 79787bb7-d729-448e-b56a-0a467bbb304f
author pmasl
ms.author pelopes
ms.reviewer mikeray
monikerRange =azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current

sys.fulltext_stopwords (Transact-SQL)

[!INCLUDE SQL Server SQL Database]

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_languagescorresponding 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)