hyperestraier

Full-text search system for communities and document indexing

brewmacoslinux
Try with needOr install directly
Source

About

Full-text search system for communities

Commands

estmasterestcallestformestwaverestwatchestloadestdumpestindex

Examples

Start a Hyper Estraier search node server$ estmaster -l /var/log/estmaster.log -d /var/lib/hyper-estraier
Index documents from a directory into the search system$ estload -au admin:password -cd http://localhost:1978/node/documents /path/to/documents
Perform a full-text search query$ estcall -u admin:password localhost 1978 search 'query terms' -max 10