Skip to content

MoveCloudROY/OurSearchEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OurSearchEngine

A simple search engine written in Cpp

Features

  • Infrastructure based on inverted indexes.
  • Parallelised Index Creation Process.
  • Using SkipList and FST to improve the query performance of the project.
  • Github CI support.

Architecture

Architecture

How to use

Build

cd OurSearchEngine
git submodule update --init --recursive
cmake -B build
cmake --build build

Use

You could refer to the documents in test directory to use this library.

Reference

  1. Lucene

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors