xapian

Open source search engine library with C++ bindings

brewmacoslinux
Try with needOr install directly
Source

About

C++ search engine library

Commands

xapian-configxapian-checkxapian-compactxapian-delvexapian-pos

Examples

Check the version and configuration of installed Xapian$ xapian-config --version
Verify integrity of a Xapian database$ xapian-check /path/to/database
Compact a Xapian database to reduce disk space$ xapian-compact /path/to/old/database /path/to/new/database