Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also supports a rich set of boolean query operators.
Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also supports a rich set of boolean query operators.
To install xapian-core, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xapian-core
To see what files were installed by xapian-core, run:
port contents xapian-core
To later upgrade xapian-core, run:
sudo port selfupdate && sudo port upgrade xapian-core
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.