Low Data fragmentation and good random write performance by using levelDB Log Structured Merge Trees. High performance query speed by using CompressedBitmap to store DocumentIds in an InvertedIndex interface provided by a simple libEvent2 http server.
Engine
-> tokenizer
-> documentStore
-> invertedIndex
-> KVStore
-> InMemory
-> LevelDb
-> setFactory
-> setFactory
-> wordIndex
TODO
- [Homepage] (http://victorparmar.github.com/zsearch/)
- Victor at victorparmar@gmail.com
- Maxime at maximecaron@gmail.com
All of the following:
- [g++] (http://gcc.gnu.org/) >= 4.7.2
- [libevent2] (http://libevent.org/) >= 2.0.19
- Python >= 2.7
You can clone this repo and simply execute:
git clone git://github.com/victorparmar/zsearch.git
cd zsearch
./buildall.sh
./build/server ./docroot
- Mozilla