Hello everyone!
You know, I'm new to the Full-Text in the SQL Server and Index Service, and
am a bit at loss as to which does what.
Well, my question is this:
I have many (large) documents in the image column of the SQL Server (2000)
table. Now I want to make a search on them and highlight the hits,
outputting not the whole document, but a short context of the hit ( like
Google does ).
One way I found is to use the Webhits.dll. The problems are:
1) It is needed to extract the file with the hit to the disk, which is bad,
as the file may be large.
2) I haven't managed the highlight feature to work. The .htw file outputs
the document itself ( it's stored in the virtual directory of the IIS ), but
no hits are highlighted: in face, the .htw says there are NO hits...
Any help would be greatly appreciated.
Thanks,
Koly