Skip to content

SearchRPI/SearchRPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search

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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/SearchRPI/Search.git
    cd Search
  2. Build the project:

    mkdir build && cd build
    cmake ..
    make
  3. Run tests:

    ./all_tests