Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 415 Bytes

File metadata and controls

9 lines (7 loc) · 415 Bytes

SO

Document Indexing and Searching Service

To run you'll need at least 2 terminals, one for the server and the other(s) for the clients.

  • Start the server with ./bin/dserver [PATH FOR FILE DIRECTORY] [CACHE SIZE]
  • Start the clients with ./bin/dclient [COMMANDS] - see documentation to see each one!
    To create the documentation, run "doxygen Doxyfile" and open "docs/html/index.html".

Graded 18/20