Skip to content

Commit f6391a6

Browse files
authored
Merge pull request #4184 from kkaroth/patch-16
Update configure-and-manage-thesaurus-files-for-full-text-search.md
2 parents 57a3ad2 + 2252ea8 commit f6391a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/search/configure-and-manage-thesaurus-files-for-full-text-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configure and Manage Thesaurus Files for Full-Text Search | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/14/2017"
4+
ms.date: "12/04/2017"
55
ms.prod: "sql-non-specified"
66
ms.prod_service: "database-engine, sql-database"
77
ms.service: ""
@@ -24,7 +24,7 @@ manager: "jhubbard"
2424
ms.workload: "On Demand"
2525
---
2626
# Configure and Manage Thesaurus Files for Full-Text Search
27-
[!INCLUDE[appliesto-ss-asdb-xxxx-xxx-md](../../includes/appliesto-ss-asdb-xxxx-xxx-md.md)]
27+
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
2828
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Full-Text Search queries can search for synonyms of user-specified terms through the use of a Full-Text Search *thesaurus*. Each thesaurus defines a set of synonyms for a specific language. By developing a thesaurus tailored to your full-text data, you can effectively broaden the scope of full-text queries on that data.
2929

3030
Thesaurus matching occurs for all [FREETEXT](../../t-sql/queries/freetext-transact-sql.md) and [FREETEXTABLE](../../relational-databases/system-functions/freetexttable-transact-sql.md) queries and for any [CONTAINS](../../t-sql/queries/contains-transact-sql.md) and [CONTAINSTABLE](../../relational-databases/system-functions/containstable-transact-sql.md) queries that specify the `FORMSOF THESAURUS` clause.

0 commit comments

Comments
 (0)