Shares - Credit Card UK - Credit Cards - Mortgage Calculator - Buy Shares

PDA

View Full Version : Own internal search engine


sushilsingh
Mar 5th 2007, 5:00 am
I want to create a search method that can search over my site url.And it is basically in the php but i have no idea what i have to do for that and how it will be work..
plz give me some ideas and facts

thnx

Claudek
Mar 5th 2007, 5:56 am
You could just join Google Coop @ http://www.google.com/coop/ and get google to do all the work for you.

sushilsingh
Mar 6th 2007, 5:28 am
Thnx to suggest me for joining the google co-op, But this is not the solution of my problem, actually i want to make my own search engine in php just like the database search i can't use any tool for this search and sear should over the webpages(static and dynamic)..
plz tell me if u have any for this problem.............

firefox911
Mar 6th 2007, 5:29 am
ya google coop wil work fine for u..its really good

jaybee
Mar 9th 2007, 6:38 am
There are some scripts out there - I investigated it a year or so back, but ended up using the Drupal CMS, which has a search engine built in - but maybe that is not enough for what you need. Look on the sourceforge.net site to see some other options.

Aragorn
Mar 11th 2007, 5:38 am
Did you try PhpDig (http://www.phpdig.net/)

EGS
Mar 11th 2007, 8:26 am
Did you try PhpDig (http://www.phpdig.net/)
I was just about to suggest that. There's also a JavaScript search engine that indexes entire sites, but I forget the URL to it.

Aragorn
Mar 11th 2007, 10:21 am
But for a javascript solution, you will have to download the entire index everytime. For a large website, it is going to be bandwidth intensive.