Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 27th, 2007, 02:35 PM
pittendrigh
Guest
 
Posts: n/a
Default Site search classes?

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
Default 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
Default 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
Default 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
Default 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
==================
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles