Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 719321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:37:42+00:00 2026-05-14T05:37:42+00:00

Could anyone tell me if SQL Server 2008 has a way to prevent keywords

  • 0

Could anyone tell me if SQL Server 2008 has a way to prevent keywords from being indexed that aren’t really relevant to the types of searches that will be performed?

For example, we have the IFilters for PDF and Word hooked in and our documents are being indexed properly as far as I can tell. These documents, however, have lots of numeric values in them that people won’t really be searching for or bring back meaningful results. These are still being indexed and creating lots of entries in the full text catalog. Basically we are trying to optimize our search engine in any way we can and assumed all these unnecessary entries couldn’t be helping performance. I want my catalog to consist of alphabetic keywords only. The current iFilters work better than I would be able to write in the time I have but it just has more than I need.

This is an example of some of the terms from sys.dm_fts_index_keywords_by_document that I want out:

$1,000,
$100,
$250,
100,
101,
102,
103,
104,
105,
106,
107,
108,
109,
110,
111,
112,
113,
114,
129,
13.1,
14,
14.12,
145,
15,
16.2,
16.4,
18,
18.1,
18.2,
18.3,
18.4,
18.5

These are some examples from the same management view that I think are desirable for keeping and searching on:

above,
accordingly,
accounts,
add,
addition,
additional,
additive

Any help would be greatly appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T05:37:42+00:00Added an answer on May 14, 2026 at 5:37 am

    See here: Stopwords and Stoplists.

    The syntax is:

    CREATE FULLTEXT STOPLIST MyList [FROM SYSTEM STOPLIST]
    
    ALTER FULLTEXT STOPLIST MyList ADD 'above' LANGUAGE 'English'
    ALTER FULLTEXT STOPLIST MyList ADD 'accordingly' LANGUAGE 'English'
    

    And so on.

    You can also manage all of this through SSMS – it’s in [Your database] > Storage > Full Text Stoplists.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could anyone tell me how to bulk insert data from a ref cursor to
Could anyone tell how to maintain a session (in PHP) so that the session
Could anyone can tell me where I can find full ASP.NET MVC beta documentation?
Could anyone point me to a resource that explains WCF with pictures and simple
I have a database in MS SQL Server 2008, I have Stored Procedures. One
Using SQL Server 2005 developer edition on Windows XP pro (32-bit) I notice that
Could anyone tell why is gunzip -c so much slower than gzcat ? I
Googled everywhere with no luck, could anyone tell me what's going on here? PHP
I am planning to make a CMS using jsp and servlets. Could anyone tell
Could anyone explain with some examples when it is better to call functions by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.