tokyo-dystopia

Lightweight full-text search system for indexing and querying text data

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight full-text search system

Commands

tchmgrtcbmgrtcfmgrtctmgrtcumgrtcwmgr

Examples

Create a new Tokyo Dystopia database$ tcfmgr create mydb.tct
Index documents in the full-text search database$ tcfmgr put mydb.tct 1 'document content here'
Search for keywords in indexed documents$ tcfmgr search mydb.tct 'keyword phrase'