Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.
/ full-text-search Public archive

Full Text Search project written in C++, built using CMake

Notifications You must be signed in to change notification settings

allenvox/full-text-search

Repository files navigation

Full-Text-Search Engine

GitHub last commit

Build

cmake --preset release & cmake --build --preset release

Run

Index your .csv books file: build/bin/release/indexer-cli [--csv <path to csv>] [--index <path where to save index>]
Search through your index: build/bin/release/searcher-cli [--index <path to index>] [--query <your search query>]

Unit tests: ctest --preset release

About

Full Text Search project written in C++, built using CMake

Topics

Resources

Stars

Watchers

Forks