VIBE v5.1.6
Search Engine
Loading...
Searching...
No Matches
edu.usfca.cs272.SearchServlet Class Reference
Inheritance diagram for edu.usfca.cs272.SearchServlet:

Public Member Functions

 SearchServlet (Processor processor, DatabaseConnector db) throws IOException
 

Protected Member Functions

void doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
 

Detailed Description

The Search Servlet. This class is responsible for triggering the search on the index based on user input.

Author
Ravneet Singh Bhatia
Version
Spring 2024

Constructor & Destructor Documentation

◆ SearchServlet()

edu.usfca.cs272.SearchServlet.SearchServlet ( Processor processor,
DatabaseConnector db ) throws IOException

Creates a new Search servlet.

Parameters
processorthe thread-safe query processor to use.
Exceptions
IOExceptionif the template cannot be read.

The documentation for this class was generated from the following file: