|
Posted by NC on 09/25/06 06:25
jlan/Neumann wrote:
>
> I need to creater a searcher like for a site, like for example
> the search engine of imdb.com.
No you don't. You can use Google or Yahoo! to search your site. Look
into using Google Search API of Yahoo! Search API:
http://code.google.com/apis/soapsearch/
http://developer.yahoo.com/search/
Alternatively, you can buy a search engine in a box from Google:
http://www.google.com/enterprise/mini/
> It needs to search a word(s) and it can return a page
> with results of titles of movies.
>
> The site I need to index is a static one
These two requirements are mutually exclusive. If your site is static,
you need a search engine. If you want to return search results in a
specific format, you need to build a dynamic database-driven site and
enable database search.
Cheers,
NC
Navigation:
[Reply to this message]
|