Forum Moderators: phranque
Can anyone recommend a good script/program to install a low maintenance SE on such a site?
Have you tried FDSE? Im sure that is what WMW uses for site search. I also use it, and feel it is fine for anything on the smaller scale of things. I have heard it mentioned that this particular software has scalability issues, with 10000 pages being the number mentioned.
However, there are a number of admin options to tweak what is actually spidered...like file extensions, alt text, size of page etc etc etc, so I am sure you could "scale it" a little further.
You can try it out for free before you but (its not entirely open source...almost) and is written in Perl.
Its definetely an option. Oops, and its at xav.com/scripts
<url fixed -rcj>
(edited by: rcjordan at 1:02 pm (utc) on June 2, 2002)
If you need to use MySql, I would use FDSE to spider the site and then use:
DGS Search - [digitalgenesis.com...]
for the actual search, it is php driven and way faster than FDSE (for MySql).
Another cool one (for flat files) is:
[risearch.org...]
-Donny
-PS The examples of it that ive seen are very nice that is why i am recommending it.
# Define Variables #
$basedir = '/home/';
$baseurl = 'http://www.mysite.com/';
@files = ('*.html');
$title = "Matt's Script Archive";
$title_url = 'http://www.mysite.com/';
$search_url = 'http://www.*****.com/demos/search/search.html';
# Done
Can anyone help?