Sign in
SQL Server Full-Text Search (FTS) Blog
Official blog managed by the SQL Server Full-Text Search engineering team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
64 bit
AND
architecture
Arena
AT&T
best practices
custom dictionary
custom word breaker
Denali CTP1
dmv
double quotes
escape character
Exception list
filtdump
filter
FTS
fulltext
full-text
Fulltext Search
Full-Text Search
language
sql server
SQL Server 2008 iFTS presentation
tokenization
word breaker
Archive
Archives
November 2011
(2)
October 2011
(1)
July 2011
(2)
June 2011
(1)
April 2011
(1)
December 2010
(2)
September 2010
(1)
December 2009
(4)
November 2009
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Full-Text Search (FTS) Blog
New word breakers may return different results in SQL Server 2012 Full-Text Search
Posted
over 2 years ago
by
Douglas Laudenschlager
0
Comments
If you rely on SQL Server Full-Text Search, then this is important information, even if you can't recite the definition of word breaking and stemming. Word breakers identify word boundaries and break words into their components. Stemmers identify alternate...
SQL Server Full-Text Search (FTS) Blog
Custom proximity search with NEAR in SQL Server 2012
Posted
over 2 years ago
by
Douglas Laudenschlager
0
Comments
When you perform a proximity search with NEAR in versions of SQL Server prior to SQL Server 2012 "Denali," we decide what's NEAR for you . In SQL Server 2012, however, you're in control! With the new customizable NEAR operator, your full-text...
SQL Server Full-Text Search (FTS) Blog
Looping over document similarity details in Semantic Search
Posted
over 2 years ago
by
Douglas Laudenschlager
1
Comments
Statistical Semantic Search , which is new in SQL Server 2012 “Denali,” indexes documents and text columns to support queries that go beyond the simple keyword search of LIKE or of Full-Text Search. Semantic Search lets you query for 3 types of information...
SQL Server Full-Text Search (FTS) Blog
Introducing Fulltext Statistical Semantic Search in SQL Server code name 'Denali' Release!
Posted
over 2 years ago
by
Naveen Garg [MSFT]
2
Comments
We are very excited to introduce a new Statistical Semantic Search feature with Fulltext Search in Denali . With an optional new parameter ‘statistical_semantics’ you can now augment your Fulltext keywords index with two new indexes –...
SQL Server Full-Text Search (FTS) Blog
Getting a custom IFilter working with SQL Server 2008/R2 (IFilterSample)
Posted
over 2 years ago
by
Sudarshan Narasimhan [MSFT]
0
Comments
In this post I will cover how to get a custom IFilter working on SQL Server 2008/R2 (64-bit or 32-bit). For the purpose of this demo, I am using the IFilterSample that is available with Windows Server 2008 SDK. Once you have installed the SDK you can...
SQL Server Full-Text Search (FTS) Blog
Fulltext Search Improvements in SQL Server code-named 'Denali' CTP1
Posted
over 2 years ago
by
Naveen Garg [MSFT]
1
Comments
Fulltext Search codebase has been significantly revamped to address both query performance and throughput on large scale (millions of documents) with concurrent updates. With SQL2008 we moved all the index storage in the database file and majority of...
SQL Server Full-Text Search (FTS) Blog
SQL Server 2008/R2 Fulltext Search Fix for improving queries performance during concurrent index updates
Posted
over 2 years ago
by
Naveen Garg [MSFT]
0
Comments
SQL Server 2008/R2 Fulltext Search Fix for improving queries performance during concurrent index updates - http://support.microsoft.com/kb/958947 As you may already know, Microsoft has made significant improvements since SQL Server 2005 to fully integrate...
SQL Server Full-Text Search (FTS) Blog
Getting the LRSAMPLE custom word-breaker to work on 64-bit SQL Server 2008
Posted
over 3 years ago
by
Sudarshan Narasimhan [MSFT]
0
Comments
In this post I will cover how to get a custom word-breaker working on SQL Server 2008 64-bit instances. Many of you out-there might already be familiar with an old sample that shipped with Windows Platform SDK called LRSAMPLE . I am going to use this...
SQL Server Full-Text Search (FTS) Blog
Part2 - SQL Full text Search and International Characters: Interesting Scenarios, solutions and deep-dive using DMV’s
Posted
over 3 years ago
by
Sudarshan Narasimhan [MSFT]
1
Comments
Continuing on my last post which dealt with Chinese characters, I will cover some user scenarios on Germanic characters like German/Swedish/Norwegian with SQL FTS. Read on... Scenario1 – German language Mr Customer : Hey, we have some...
SQL Server Full-Text Search (FTS) Blog
Part1 - SQL Full text Search and International Characters: Interesting Scenarios, solutions and deep-dive using DMV’s
Posted
over 3 years ago
by
Sudarshan Narasimhan [MSFT]
0
Comments
As part of my work I come across varied scenarios that customers encounter with SQL Server. I recently had the opportunity to work on some interesting scenarios using SQL Full-text search and international characters (non-English). To most people, the...
SQL Server Full-Text Search (FTS) Blog
Escaping special characters in FTS. i.e:How to use double quotes within a phrase itself?
Posted
over 4 years ago
by
Fernando Azpeitia
0
Comments
Recently, we got the following valid question: I have something like : SELECT line FROM text1 WHERE CONTAINS(line, '"Good" Day"') I get a Msg 7630 error because of the apostrophy in the middle of the phrase, but that is a part of...
SQL Server Full-Text Search (FTS) Blog
Presentation on SQL Server 2008 Full-Text Search: iFTS (integrated FTS)
Posted
over 4 years ago
by
Fernando Azpeitia
0
Comments
Hi All, Several weeks ago I had the privilege to present SQL Server Full-Text Search at PASS 2009, here in Seattle. This presentation was part of a larger session targeting how to manage unstructured and semi-structured data in SQL Server 2008. ...
SQL Server Full-Text Search (FTS) Blog
'Gotchas' on searching for 'AT&T'? 'M&M'? etc..
Posted
over 4 years ago
by
Fernando Azpeitia
0
Comments
Generally, WBs will parse the '&' character as a separator and therefore emit the terms on both sides of this character. We already posted on this blog how to avoid this default behavior by using custom dictionaries. Note the following though,...
SQL Server Full-Text Search (FTS) Blog
Creating Custom Dictionaries for special terms to be indexed 'as-is' in SQL Server 2008 Full-Text Indexes
Posted
over 4 years ago
by
Fernando Azpeitia
6
Comments
Did You Know?: That SQL Server 2008 provides the ability to create a Custom Dictionary of special terms to be indexed 'as-is' (i.e: 'AT&T') into the FTIndex?... Many times you find yourself in a situation where you would like to index a given...
SQL Server Full-Text Search (FTS) Blog
Welcome!
Posted
over 4 years ago
by
Fernando Azpeitia
2
Comments
Welcome to our official SQL Server Full-Text Search (FTS) Blog! This blog was just born recently J . We, the SQL Server FTS team, are planning to start posting here tons of useful information related with our Full-Text Search (FTS) feature in SQL Server...
Page 1 of 1 (15 items)