Re: Need advice on search engine
- From: Markus Ernst <derernst@NO#SP#AMgmx.ch>
- Date: Wed, 31 May 2006 13:39:25 +0200
hazly schrieb:
I'm very new in the web technology and need advice on search engine. I
want to develop a portal using PHP and MySQL on Linux. Need to know on
the following features :
1. search engine that could search my portal (mySQL, PDF, Ms Word &
others)
2. search engine that could search to few web sites specified by
user/programmer
You have 3 possibilities:
1. Implement site search functionality on your web server. There are several tools available, but I guess if you want PDF or Office files indexed you might have to choose a paid one.
2. Use an external service that regularly spiders your site and provides customized search result pages. I remember having found Atomz good some years ago, but I don't know today's market. Here also, for a professional level you might prefer a paid service.
3. Call Google or any other public search engine, with the site keyword (http://www.google.com/search?q=site:mysql.com+fulltext for example searches mysql.com for the keyword 'fulltext').
For points 1 and 2 you might google for "site search".
HTH
Markus
.
- References:
- Need advice on search engine
- From: hazly
- Need advice on search engine
- Prev by Date: Re: Different binary results with different PHP versions
- Next by Date: Re: Mambo or Joomla?
- Previous by thread: Re: Need advice on search engine
- Next by thread: Re: Help with php to MySql...
- Index(es):
Relevant Pages
|