xapian-config
Open source search engine library.
Install
- All systems
-
curl cmd.cat/xapian-config.sh
- Debian
-
apt-get install libxapian-dev
- Ubuntu
-
apt-get install libxapian-dev
- Alpine
-
apk add xapian-core
- Arch Linux
-
pacman -S xapian-core
- Kali Linux
-
apt-get install libxapian-dev
- Fedora
-
dnf install xapian-core-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxapian-dev
- Raspbian
-
apt-get install libxapian-dev
- Dockerfile
- dockerfile.run/xapian-config
- Docker
-
docker run cmd.cat/xapian-config xapian-config
powered by Commando
xapian-core
Open source search engine library.
xapian-core-devel
use Xapian
libxapian-dev
Development files for Xapian search engine library
This package contains development libraries and headers for the core Xapian library. The Xapian search engine library is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It implements the probabilistic model of information retrieval, and provides facilities for performing ranked free-text searches, relevance feedback, phrase searching, boolean searching, stemming, and simultaneous update and searching. It is highly scalable, and is capable of working with collections containing hundreds of millions of documents.