150 likes | 252 Views
ESSI2 Project. June 2002. Restricted Search Engine. Laurent Balat Christophe Decis Thomas Forey Sebastien Leclercq. Supervisor: Johny BOND. Introduction(1). What is a search engine? 3 types: disciplinary global thematic Internet users spend more than 50% of their time to search!.
E N D
ESSI2 Project June 2002 Restricted Search Engine Laurent Balat Christophe Decis Thomas Forey Sebastien Leclercq Supervisor: Johny BOND
Introduction(1) • What is a search engine? • 3 types: • disciplinary • global • thematic • Internet users spend more than 50% of their time to search!
WEB Google Indexable WEB Introduction (2) • Lots of pages can’t be reached.
How does it work ? • The search engine is composed of two parts First processing : the WEB site spider PDF unit DOC unit WEB Spider Processing HTML processing unit indexing Constraint DATABASE
DATABASE Query Interface Query engine User How does it work ? • User part architecture
Constraints Domain Restriction. Search depth. Theme: words accepted or not. Document type. Time delay.
Check if link already visited Error download linkpriority queue Stackdata page link Download Push page HTTP HEAD Check type data in constraints The Spider Part
Document Processing • Analyse of type • Send to the appropriate unit. • Extract words and links • Trying to resolve bad links
Indexation • Binary Search Tree:- quick building- efficient use • Check constraints: - start list and stop list.
Keywords Web links Correspondence between keywords and links Database • MySQL database. • General Structure:
User interface and query engine • The web page is generated by a script (cgi). • The query engine questions the database • Formatting the results
Demonstration (1) • Fill the Database
Demonstration (2) • How to search pages?
Conclusion • Results and perspective • Original search engine. • Easy to improve by adding units to process differents file format (ps, doc, xls,…). • Team working and repartition. • This Project shows us how to use the different tools seen this year
References http://www.w3c.org http://www.mysql.com http://www.sgi.com/tech/stl http://www.searchengineshowdown.com