Description
With the advancement of World Wide Web (WWW), looking for the information and getting the appropriate results are the most significant problems of WWW. Search Engine (SE) tries to find the suitable solutions to these problems. Main challenges to these systems are to handle enormous amount of dynamic data (data storage problem), presenting the results in real time (time efficiency problem) and fetching the relevant ranked results to the queries (relevancy decision problem) . Google and Yahoo are some of the best SE giant of the current WWW. In this short documentation, a very simple search engine consisting of a simple indexing system and query processing system is presented. Corpus of this SE is static and relevancy decision problem is based on vector distance model using the cosine similarity weight model. As we will go ahead with the further sections, this documentation will take us through methodology used (approach, assumption and implementation details). Along With that Project we have three Modules; these are Admin, Registered user and Normal user. In Admin Module, those who are the Responsible for Adding the Registered /user Content to Our Database or Not. And also Maintain the Server Details Securely, and site advertisement Details. In Registered User Module, Registered User can Publish or add their own site to Server. In Normal User module, they can be only eligible to get the data which they search in Engine.
Tags: 2018, Application Project, PHP
