This repository contains the core components of SearchRPI, responsible for handling the user-facing functionality of the search engine. It integrates all the essential systems required to deliver relevant and ranked search results to users.
-
Clone the repository:
git clone https://github.com/SearchRPI/Search.git cd Search
-
Build the project:
mkdir build && cd build cmake .. make
-
Run tests:
./all_tests