Search engine in PERL

Discussion in 'Programming' started by enampwd, Jun 25, 2006.

  1. #1
    I need a search engine developed in PERL. Is there any open-source software written in PERL? It will not search the whole internet but a specified web-site owned by me.
     
    enampwd, Jun 25, 2006 IP
  2. iconv

    iconv Well-Known Member

    Messages:
    189
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #2
    iconv, Jun 26, 2006 IP
  3. enampwd

    enampwd Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks John. This will help me a lot. Actually, I need a database based text search engine.
     
    enampwd, Jun 26, 2006 IP
  4. acplus

    acplus Guest

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Text database?

    I wouldn't even go there! It will be extremely slow.

    If your grabbing content from another website you may be best off using a mixture of MySQL, Perl/PHP and a package called CURL.

    CURL allows secure remote connections which can be useful for connecting to websites like Ebay or Amazon.

    Store the information in a MySQL database, nearly all web hosts these days will support this technology.

    Regards,
    acplus
     
    acplus, Jul 7, 2006 IP
  5. enampwd

    enampwd Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I am building a classified ad posting site using perl and mysql. The ads will be stored in a mysql database. I want to develop a search engine to search the ads posted. I don't need to search the web at all. I want to make the script as fast as possible.
     
    enampwd, Jul 7, 2006 IP