Skip to content

fdrio/inverted-index-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy Search Server

This repository contains a minimal Axum-based HTTP server that demonstrates how an inverted index works. It supports indexing documents and running simple term queries, but is not intended for production use.

The goal of this project is to provide a small, readable example of how the underlying data structure operates, how documents are tokenized, and how basic TF-IDF ranking can be implemented.

Features are intentionally limited. The code prioritizes clarity over completeness.

About

toy inverted index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages