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 / August 2007

Tip: Looking for answers? Try searching our database.

FTS giving me no results

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
g.lebek@wasko.pl - 30 Aug 2007 10:19 GMT
hi

FTS gives me no results all the time.

from the beginnning i have created table with columns: ImageColumn
(Image), document_type(varchar(4)) and filepath(varchar(200))
i have created FullTextIndex on column ImageColumn and type -
document_type.

no i have an application which convert documents to binary and i
insert them to ImageColumn column. As i open the table i see <binary
data> on ImageCol column. It is correctly presented cause i have read
data from that column and usedBinaryWriter and as a result i had the
same document file.
in document_type column i have extensions  = doc or htm

i use queri in SQL console
Select * from cm_search_documents WHERE FREETEXT(ImageCol, 'a')
and it gives me no results every time...

I have SQL Server 2005 and enabled FTS cause it works on strings...

anyone?
thanks in advance
Jean-Pierre Riehl - 30 Aug 2007 12:28 GMT
Hi,

'a' character is considered as a "noise word". It is not indexed and is
removed from your search pattern. In order to not consider single characters
as noisy, edit noise words file corresponding to your language in C:\program
files\Microsoft SQL Server\MSSQL.2\MSSQL\FTData (noise<LANG>.txt). Don't
forget to restart MSFTE Service and to rebuild your index.

Signature

Jean-Pierre Riehl
http://blog.djeepy1.net
http://www.bewise.fr

> hi
>
[quoted text clipped - 20 lines]
> anyone?
> thanks in advance
g.lebek@wasko.pl - 30 Aug 2007 13:14 GMT
great you're genius....
 
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.