Connecting Tech Pros Worldwide Help | Site Map

Site search classes?

  #1  
Old February 27th, 2007, 02:35 PM
pittendrigh
Guest
 
Posts: n/a
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.......

  #2  
Old February 27th, 2007, 03:45 PM
Jerry Stuckle
Guest
 
Posts: n/a

re: Site search classes?


pittendrigh wrote:
Quote:
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.......
>
Is there a reason you don't wish to use Google's Site Search feature?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
  #3  
Old February 27th, 2007, 08:55 PM
pittendrigh
Guest
 
Posts: n/a

re: Site search classes?


On Feb 27, 8:27 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Quote:
Is there a reason you don't wish to use Google's Site Search
feature

.....now that you mention it, maybe site search can be hacked
to work for what I need. I'll have to look into exclusion
operators.

My site has almost 1000 static pages. But each such page
also has a dynamic version (shows the same page with
smaller images, for use by 800x600 people).

Google site search keeps turning up those dynamic links.
Maybe there is some sort of a minus operator I can fiddle with.

I guess if I want fine-grained control (search the forum
but not the pages, or versa visa) I'll just have to suck it
up and roll my own.

  #4  
Old February 27th, 2007, 09:05 PM
pittendrigh
Guest
 
Posts: n/a

re: Site search classes?


Quote:
On Feb 27, 8:27 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Quote:
Is there a reason you don't wish to use Google's Site Search
feature
.....there is another resson, perhaps more to the point:
My site serves as an experimental development platform,
so my links change frequently (for better or for worse).
And stale links take up to a half a year to disappear
from Google.

  #5  
Old February 28th, 2007, 02:05 AM
Jerry Stuckle
Guest
 
Posts: n/a

re: Site search classes?


pittendrigh wrote:
Quote:
Quote:
>On Feb 27, 8:27 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
Quote:
> Is there a reason you don't wish to use Google's Site Search
>feature
>
....there is another resson, perhaps more to the point:
My site serves as an experimental development platform,
so my links change frequently (for better or for worse).
And stale links take up to a half a year to disappear
from Google.
>
Check out the google doc for submitting site maps.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web site spider ruso answers 3 November 16th, 2005 10:01 AM
question about htdig search system Bosconian answers 4 July 17th, 2005 09:58 AM
Recommendations for PHP Form Validation Script Phil Powell answers 17 July 17th, 2005 02:14 AM
Best practices for adding search engine to site Eric Veltman answers 4 July 17th, 2005 01:31 AM