|
VIBE v5.1.6
Search Engine
|
Public Member Functions | |
| DownloadServlet (ThreadSafeInvertedIndex index) | |
Protected Member Functions | |
| void | doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException |
Class responsible for allowing a user to download the inverted index as a json file.
| edu.usfca.cs272.DownloadServlet.DownloadServlet | ( | ThreadSafeInvertedIndex | index | ) |
Creates a new DownloadServlet.
| index | the inverted index from which the downloadable file will be generated. |