Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / September 2005

Tip: Looking for answers? Try searching our database.

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

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kyle Jedrusiak - 23 Sep 2005 16:22 GMT
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!
Hilary Cotter - 23 Sep 2005 16:39 GMT
not really. .Net will be indistinguishable from net or .Net. C++ will be
indistinguishable from C++, C#, C!, or C.

Signature

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

> 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!
Daniel Crichton - 26 Sep 2005 14:57 GMT
Kyle wrote  on Fri, 23 Sep 2005 11:22:13 -0400:

> Is there a way to specifically add ".NET" or "C++" so that they WILL be
> indexed inside of word or rtf docs?

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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.