Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 558 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 558 Bytes

Desktop Search Engine:

We can search words and files present in the directory and subdirectories of the path given as an input.

Step 1: Install the dependencies using reqirements.txt Step 2: Execute the index.py which creates the database for the

//here we are just building the search index(using the B+ tree, we will see the code later) // under this we are giving the folder, and under the folder ans subfolder, we want to index and build that whole database indexes

files and words Step 3: Execute the retrival.py which retrives the words and files.