all groups > sql server full text search > april 2007 >
You're in the

sql server full text search

group:

Highlight words from search expression


Highlight words from search expression Lior Shorshi
4/22/2007 4:42:41 AM
sql server full text search:
Hi,

I want to create a search engine which will display a short text
description in the surrounding of the searched words. The problem is I
can't find the exact words in my search phrase in the results because
of stemming. Is there any way I can which words in the results were
responsible finding this particular result due to stemming?

Thanks,
Lior
Re: Highlight words from search expression Hilary Cotter
4/23/2007 12:00:00 AM
Microsoft's stemming algorithm is based on the Ported Stemming algorithm.
You can roll your own implementation of this, or something like this

http://www.indexserverfaq.com/sqlhithighlighting.htm

[quoted text, click to view]

Re: Highlight words from search expression Michal Blaha
4/27/2007 9:26:34 PM
Hi.
I have .NET library with functionality you are looking for.
My library uses IStemmer and IWordbreaker interfaces internally and is
compatible with all languages supported be Microsoft Index server and SQL
FTX engine.

It will be available for betatesting from 05/15/2007.

If you are interested in, contact me on email michal@vyvojar.cz

Michal Blaha
Software Architect MVP
http://blog.vyvojar.cz/michal

----------------
[quoted text, click to view]

AddThis Social Bookmark Button