- Infrastructure based on inverted indexes.
- Parallelised Index Creation Process.
- Using SkipList and FST to improve the query performance of the project.
- Github CI support.
cd OurSearchEngine
git submodule update --init --recursive
cmake -B build
cmake --build build
You could refer to the documents in test
directory to use this library.