Re: Parsing Google-like queries for FT search
- From: "Fabio Gava" <esa_ud@xxxxxxxxx>
- Date: Wed, 13 Jun 2007 14:08:33 +0200
tbh wrote:
hi, Fabio,
about a year ago i re-wrote our website's fulltext search and had very
similar questions. seems to me it would be a great open source
(mini-)project: doesn't need to be very big, but still takes more
than half an hour.
one question, the first replier to your question talked about perl,
but i didn't find any mention of perl in your question. what language
are you implementing in?
I'm using PHP5 for the website, but I would like to use the same function
also for administration software, written in Delphi7. This is the reason why
I was looking for a solution implemented directly on database side. With
SQL2005 you can declare external stored function using win DLL (this was
true also on SQL2000) and any CLR language.
This was the solution I got from the author of the function linked in my
first message.
I'm planning of testing this way in the next couple of days, otherwise we
are planning of translating that C# code in Delpy to create a DLL.
i implemented in C#. not sure whether my result is of much use toIt's exactly what I'm planning to test: use the C# code as an external
you, but i can sketch how i proceeded.
stored procedure. Did you already try this approach?
Many thanks.
-fabio
.
- Follow-Ups:
- References:
- Parsing Google-like queries for FT search
- From: Fabio Gava
- Re: Parsing Google-like queries for FT search
- From: tbh
- Parsing Google-like queries for FT search
- Prev by Date: Re: Parsing Google-like queries for FT search
- Next by Date: Re: search problem after upgrade from SQL2000 SP3 / w2k to SQL2000 SP4 / w2k3
- Previous by thread: Re: Parsing Google-like queries for FT search
- Next by thread: Re: Parsing Google-like queries for FT search
- Index(es):
Relevant Pages
|