Nested Object Inverted Search Engine
This is a native library meant to be linked into other projects and will expose a C API.
It's a full text index and query system that understands the semi structured natured of JSON, and will allow:
- Stemmed word/fuzzy match
- Case sensive Exact word and sentence match
- Arbitrary boolean nesting
- Greater Than/Less Than matching
Apache 2.0
- C++ compiler, rustc (1.8 nightlies), cmake, rocksdb, protobuf, yajl. On OS/X all dependencies
- mkdir build && cd build && cmake -G Xcode .. && open noise.xcodeproj
- mkdir build && cd build && cmake .. && make -j5
- make test
- ctest
- HAHA I make joke.
- HAHA again!!