Full-text stoplists are used on full-text indexes so that no strings are searched in the stoplist by a full-text query, and the index is not populated with any tokens that are part of the stoplist. A stopword defines each string in the stoplist. Each word can be associated with a language.
Use the SQL Server Fulltext Stoplist Editor in a SQL Server 2012 physical model to define a list of strings to omit from a full-text index.
To define a SQL Server full-text stoplist
The SQL Server Fulltext Stoplist Editor opens.
Note: Click New on the toolbar to create a new full-text stoplist. Use the Enter filter text box to filter a very large list of full-text stoplists to quickly locate the one that you want to define.
Specifies the name of the full-text stoplist. Change the name of the full-text stoplist in this field.
Specifies to create a new stoplist by copying the existing stoplist selected in this drop-down.
Note: The system stoplist exists by default.
Specifies the database principal object that owns the full-text stoplist.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
The full-text stoplist is defined and the SQL Server Fulltext Stoplist Editor closes.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|