Posted by pittendrigh on 02/27/07 14:21
Are there good pre-canned php site search mechanisms?
I've worked with lucene in the java servlet context,
and I like lucene a lot. But it isn't available
on the shared host server I have to work with now.
I know I could roll my own with mysql full-text-search on MyIsam
tables.
But that would take some nuts and bolts programming time.
I was hoping to use something more like:
tar -xvzf php_precanned_search.tgz instead.
Thank you.......
[Back to original message]
|