Lyle-Lyle / SearchEngine

Information Retrieval Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For backend, we use Tomcat and servlet to deal with the requests send by clients which is browser in this case. And forward the request to jsp pages. They can help present the response from server. Basically, the whole process of a user using the search engine is just to enter a query and submit. You know to send a http request. Then the tomcat and servlet will deal with the request. That’s where you can write your logic code like searching something in Lucene or printing something. Then servlet will forward the output to a jsp file which can display the output on browser.

20220118211754

20220118211809

20220118211815

About

Information Retrieval Systems


Languages

Language:Java 72.6%Language:HTML 27.4%