anubhavipec / indexer

A Simple Search Engine, main objective of this project is to learn Rust while building some meaningful project.
MIT License
1 stars 0 forks source link

SIMPLE SEARCH ENGINE

This project is mainly for learning Rust , by hands on project. Here we are trying to build a very simple search engine , that can perform indexing , tokenization and search on sample set of data.

WHAT TO BUILD AFTER BASIC SEARCH ENGINE

We will take this simple search engine and will try to build components which will help us to scale this to handle large data sets and multiple users

COMPLETED :

#### ADD SUPPORT FOR BINARY QUERY OPERATION(eg: AND, OR )

NEXT STEP : Implement a basic ranking system like TF-IDF