Wednesday 23 June 2010

Search Engine Project Using PHP

Project Name : Open Search Server

This is a search engine project using php. It is also a crawler with XML/HTTP API and PHP/ASP client support. In this project different kind of search like Web search(Including Internet, Intranet and Extranet), Desktop search, Network Search is implemented.

  • In this project the crawler index all of the following things
    1. Web Pages
    2. Rich Documents like Pdf, Word Files etc.
    3. Media Files
    4. And other resources like content from a database.
  • Full text analyzer and filters can index pages in 16 different languages.
    1. Chinese
    2. Dutch
    3. English
    4. French
    5. German
    6. Italian
    7. Norwegian
    8. Portuguese
    9. Hungarian
    10. Romanian
    11. Spanish
    12. Turkish
    13. Danish
    14. Finnish
    15. Swedish
    16. Russian
  • Parsers can get content from all of the rich document files.
    1. XML
    2. HTML/XHTML
    3. Pdf
    4. Word
    5. Power Point
    6. OpenOffice
    7. RTF
    8. Torrent
    9. Mp3/Mp4
    10. Ogg
    11. Wma
    12. Plain text files
    13. and more…..

 

Download this Project : Search Engine Project