Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 398 Bytes

File metadata and controls

31 lines (24 loc) · 398 Bytes

Search-Engine

A responsive search engine backend designed with Trie and Heap modelled over predefined data sets.

To run the application, used command:

./engine -d <filename.txt> -k <number of doc>

Example:

./engine -d dataSet1.txt -k 2

Features

General Search:

/search <text>

Term Find:

/tf <document number> <text>

Document Find:

/df <text>