all groups > sql server full text search > september 2005 >
You're in the

sql server full text search

group:

Is there any way to search for ".NET" or "C++"


Is there any way to search for ".NET" or "C++" Kyle Jedrusiak
9/23/2005 11:22:13 AM
sql server full text search: Is there a way to specifically add ".NET" or "C++" so that they WILL be
indexed inside of word or rtf docs?

Or is there a replacement IFilter that will do it?

Kyle!

Re: Is there any way to search for ".NET" or "C++" Hilary Cotter
9/23/2005 11:39:30 AM
not really. .Net will be indistinguishable from net or .Net. C++ will be
indistinguishable from C++, C#, C!, or C.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: Is there any way to search for ".NET" or "C++" Daniel Crichton
9/26/2005 2:57:01 PM
Kyle wrote on Fri, 23 Sep 2005 11:22:13 -0400:

[quoted text, click to view]

I created a seperate column in my database to store a tokenised version of
the column I wanted to index, with ".net" replaced with "dotnet", and "C++"
replaced with "cplusplus". When someone types in words to search like
"visual basic .net" I then pass "visual basic dotnet" into my search
function. It requires more storage, but at least it works, and disk space is
cheap :)

Dan

AddThis Social Bookmark Button