Full-text search with mod harbour

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Full-text search with mod harbour

Post by Otto »

Hello friends,

I made a first attempt to do a full-text search with mod harbour.
My documentation is organized in HTML files in a directory with subdirectories.
There are around 1300 files.
I do a recursive directory browsing, and then I search through the individual HTML files with the AT() function.
I am very satisfied with the speed of the search.

Best regards,
Otto


Image

Image

Image

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Re: Full-text search with mod harbour

Post by Otto »

Hello friends,

I didn't imagine that search speed would be that good.
Now it is a matter of displaying the search result informatively and possibly making the search more flexible.
But here you are in harbour and all is easy!

Now I tested using "logical operators".


Best regards,
Otto


Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Re: Full-text search with mod harbour

Post by Otto »

Logical operators and|not supported
Thanks to harbour search is that easy


Image

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply