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.
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
#### ADD SUPPORT FOR BINARY QUERY OPERATION(eg: AND, OR )