Skip to content

Commit 1ca356c

Browse files
authored
Merge pull request #23611 from rwestMSFT/rw-0808-refresh-full-text-dialog-box
Came here to fix a NOTE, and ended up refreshing it
2 parents 6354a1f + f9bf63e commit 1ca356c

1 file changed

Lines changed: 105 additions & 84 deletions

File tree

Lines changed: 105 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,115 @@
11
---
2-
description: "Full-Text Index Dialog Box (Visual Database Tools)"
32
title: Full-Text Index Dialog Box
4-
ms.custom: seo-lt-2019
5-
ms.date: 01/19/2017
3+
description: "Full-Text Index dialog box (Visual Database Tools)"
4+
author: markingmyname
5+
ms.author: maghan
6+
ms.reviewer: randolphwest
7+
ms.date: 08/08/2022
68
ms.prod: sql
79
ms.prod_service: sql-tools
810
ms.technology: ssms
911
ms.topic: conceptual
10-
f1_keywords:
12+
ms.custom: seo-lt-2019
13+
f1_keywords:
1114
- "vdt.dlgbox.fulltextindex"
12-
ms.assetid: ef45b585-2567-4abe-b421-9fd0994e0146
13-
author: markingmyname
14-
ms.author: maghan
15-
ms.reviewer:
16-
1715
---
18-
# Full-Text Index Dialog Box (Visual Database Tools)
16+
# Full-Text Index dialog box (Visual Database Tools)
17+
1918
[!INCLUDE[SQL Server](../../includes/applies-to-version/sqlserver.md)]
20-
This dialog box allows you to create a full-text index, for full-text searches on text-based columns in your database tables. A full-text index relies on a regular index, so you must create that first. The regular index must be created on a single, non-null column; it is best to choose a column with small values rather than a column with large ones.
21-
22-
> [!NOTE]
23-
> To create a full-text index, you must first create a full-text catalog for the database using an outside tool, such as SQL Server Management Studio or Enterprise Manager.
24-
>
25-
> [!NOTE]
26-
> Full-text index functionality is not available in every edition of [!INCLUDE[msCoName](../../includes/msconame_md.md)][!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2012](../../sql-server/editions-and-components-of-sql-server-2016.md).
27-
28-
## Options
29-
**Selected Full-Text Index**
30-
Lists existing full-text indexes. Select an index to show its properties in the grid to the right. If the list is empty, no full-text relationships have been defined for the table.
31-
32-
**Add**
33-
Create a new full-text index.
34-
35-
**Delete**
36-
Delete the full-text index selected in the **Selected Full-Text Index** list.
37-
38-
**General Category**
39-
When expanded, shows **Columns** and **Full-text Catalog Name**.
40-
41-
**Columns**
42-
Displays a comma-separated list of the names of full-text-searchable columns. To see the complete list, click the ellipsis button (**...**) to the left of the property field.
43-
44-
**Full-Text Catalog Name**
45-
Displays the name of the full-text catalog on which this full-text index is stored. To store the index on a different catalog, click the catalog name and choose another from the drop-down list.
46-
19+
20+
This dialog box allows you to create a full-text index, for full-text searches on text-based columns in your database tables. A full-text index relies on a regular index, so you must create that first. The regular index must be created on a single, non-null column. It's best to choose a column with small values rather than a column with large ones.
21+
22+
To create a full-text index, you must first create a full-text catalog for the database using an outside tool, such as SQL Server Management Studio or Enterprise Manager.
23+
24+
> [!NOTE]
25+
> Full-text index functionality is not available in every edition of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Features Supported by the Editions of SQL Server 2016](../../sql-server/editions-and-components-of-sql-server-2016.md).
26+
27+
## Options
28+
29+
#### Selected Full-Text Index
30+
31+
Lists existing full-text indexes. Select an index to show its properties in the grid to the right. If the list is empty, no full-text relationships have been defined for the table.
32+
33+
#### Add
34+
35+
Create a new full-text index.
36+
37+
#### Delete
38+
39+
Delete the full-text index selected in the **Selected Full-Text Index** list.
40+
41+
#### General Category
42+
43+
When expanded, shows **Columns** and **Full-text Catalog Name**.
44+
45+
#### Columns
46+
47+
Displays a comma-separated list of the names of full-text-searchable columns. To see the complete list, select the ellipsis button (**...**) to the left of the property field.
48+
49+
#### Full-Text Catalog Name
50+
51+
Displays the name of the full-text catalog on which this full-text index is stored. To store the index on a different catalog, select the catalog name and choose another from the drop-down list.
52+
4753
> [!NOTE]
48-
> The catalog must be created first in an outside tool, such as SQL Server Management Studio or Enterprise Manager.
49-
50-
**Identity Category**
51-
When expanded, shows the name field for this index.
52-
53-
**Name**
54-
Displays the system-specified name for this full-text index.
55-
56-
**Table Designer Category**
57-
When expanded, shows properties that dictate how the index performs.
58-
59-
**Active**
60-
Indicates whether you can currently perform a full-text search using this full-text index.
61-
62-
**Change Tracking Setting**
63-
Describes the status of change tracking for this index: Manual, Auto, or Off.
64-
65-
**Crawl Completed**
66-
Shows whether the most recent crawl has been completed. If this property value is No, a crawl is currently in progress.
67-
68-
**End Date And Time Of Current Or Last Crawl**
69-
Displays the date and time that the most recent crawl ended.
70-
71-
**Errors In Current Or Last Crawl**
72-
Displays the number of errors in current or most recent crawl.
73-
74-
**Index Version**
75-
Displays the schema version of table at time the crawl started.
76-
77-
**Rows In Current Or Last Crawl**
78-
Displays the number of rows updated in the current or most recent crawl.
79-
80-
**Start Date And Time Of Current Or Last Crawl**
81-
Displays the date and time that the current or most recent crawl started.
82-
83-
**Time Stamp For Next Crawl**
84-
Displays the date and time that the next crawl will start.
85-
86-
**Type Of Current Or Last Crawl**
87-
Displays the type of the current or most recent crawl: Full, Incremental, Update, or Auto Propagation.
88-
89-
**Unique Index Name**
90-
Displays a list of all of the names of columns in this database that have unique single-column indexes. These columns can be used to create a full-text index.
91-
92-
## See Also
93-
[Use the Full-Text Indexing Wizard](../../relational-databases/search/use-the-full-text-indexing-wizard.md)
94-
[CREATE FULLTEXT INDEX (Transact-SQL)](../../t-sql/statements/create-fulltext-index-transact-sql.md)
54+
> The catalog must be created first in an outside tool, such as SQL Server Management Studio or Enterprise Manager.
55+
56+
#### Identity Category
57+
58+
When expanded, shows the name field for this index.
59+
60+
#### Name
61+
62+
Displays the system-specified name for this full-text index.
63+
64+
#### Table Designer Category
65+
66+
When expanded, shows properties that dictate how the index performs.
67+
68+
#### Active
69+
70+
Indicates whether you can currently perform a full-text search using this full-text index.
71+
72+
#### Change Tracking Setting
73+
74+
Describes the status of change tracking for this index: Manual, Auto, or Off.
75+
76+
#### Crawl Completed
77+
78+
Shows whether the most recent crawl has been completed. If this property value is No, a crawl is currently in progress.
79+
80+
#### End Date And Time Of Current Or Last Crawl
81+
82+
Displays the date and time that the most recent crawl ended.
83+
84+
#### Errors In Current Or Last Crawl
85+
86+
Displays the number of errors in current or most recent crawl.
87+
88+
#### Index Version
89+
90+
Displays the schema version of table at time the crawl started.
91+
92+
#### Rows In Current Or Last Crawl
93+
94+
Displays the number of rows updated in the current or most recent crawl.
95+
96+
#### Start Date And Time Of Current Or Last Crawl
97+
98+
Displays the date and time that the current or most recent crawl started.
99+
100+
#### Time Stamp For Next Crawl
101+
102+
Displays the date and time that the next crawl will start.
103+
104+
#### Type Of Current Or Last Crawl
105+
106+
Displays the type of the current or most recent crawl: Full, Incremental, Update, or Auto Propagation.
107+
108+
#### Unique Index Name
109+
110+
Displays a list of all of the names of columns in this database that have unique single-column indexes. These columns can be used to create a full-text index.
111+
112+
## Next steps
113+
114+
- [Use the Full-Text Indexing Wizard](../../relational-databases/search/use-the-full-text-indexing-wizard.md)
115+
- [CREATE FULLTEXT INDEX (Transact-SQL)](../../t-sql/statements/create-fulltext-index-transact-sql.md)

0 commit comments

Comments
 (0)