Re: Highlight Keywords
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Wed, 23 May 2007 09:10:48 -0400
You have to implement your own version of Porter stemmer algorithm for this.
You can use Indexing Services for this, here is a link describing how to do
this.
http://www.indexserverfaq.com/sqlhithighlighting.htm
"guate911" <guatemala911@xxxxxxxxx> wrote in message
news:1179417689.771131.84700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am using asp.net (C#) to create full text searching using SQL Server
2005 in our application. Everything is working fine, but I am trying
to highlight the resultset keywords from the full text results. Can
sql server provide you with a way to highlight the keywords from the
full text search?
I was able to kind of hack it by programatically replacing my keyword
search terms with the sql server resultset. However, when I do certain
searches, like "Frank's", sql server will return Frank using my
CONTAINS query, and I want the other results like "Frank" to be
highlighted too. Anyone know a good way to go about doing this?
Thanks
.
- References:
- Highlight Keywords
- From: guate911
- Highlight Keywords
- Prev by Date: Re: Problem with remote index server (no result)
- Next by Date: Re: Highlight Results from search
- Previous by thread: Highlight Keywords
- Next by thread: Highlight Results from search
- Index(es):
Relevant Pages
|