Re: Parsing Google-like queries for FT search



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 to
you, but i can sketch how i proceeded.
It's exactly what I'm planning to test: use the C# code as an external
stored procedure. Did you already try this approach?

Many thanks.

-fabio


.



Relevant Pages

  • Re: The procedure entry point Perl_Glockhook_ptr could not be located in the dynamic link library pe
    ... There's no way to resolve this issue short of upgrading the perl version itself? ... The procedure entry point Perl_Glockhook_ptr could not be located in the dynamic link library perl58.dll ... I spent a whole day trying to what caused and found out ActiveState dll had a wrong version DLL in the 5.8.7 distro ... This e-mail communication and any attachments may contain confidential and privileged information for the use of the ...
    (perl.dbi.users)
  • Re: Win32::API cannot load any DLL?
    ... I've decided to try SWIG as my solution. ... as Ruby to load my dll without any problem. ... I hope you tried to run the script as 'perl msdll.pl' not 'perl msdll.dll' ...
    (comp.lang.perl.misc)
  • DLL Call Follies
    ... my head against the wall trying to get Win32::API interfacing to a dll ... the work space must be at least 32k bytes (bigger won't ... Error codes are listed in the "Return Error Codes" section of this ... Perl is throwing an error dialog "Perl Command Line ...
    (comp.lang.perl.misc)
  • Problem with Win32::API and pointers
    ... DLL from Perl, ... #Close port ... I thing it should work with the API, because it is pretty much the same ...
    (comp.lang.perl.modules)
  • Re: Problem with Win32::API and pointers
    ... DLL from Perl, ... But it contains the address of a void pointer. ...
    (comp.lang.perl.modules)