Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 2.4 KB

File metadata and controls

52 lines (46 loc) · 2.4 KB
title sys.fulltext_stopwords (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
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
caps.latest.revision 29
author douglaslMS
ms.author douglasl
manager jhubbard

sys.fulltext_stopwords (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-asdb-xxxx-xxx_md]

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)