xapian-replicate-server
Open source search engine library.
Install
- All systems
-
curl cmd.cat/xapian-replicate-server.sh
- Debian
-
apt-get install xapian-tools
- Ubuntu
-
apt-get install xapian-tools
- Alpine
-
apk add xapian-core
- Arch Linux
-
pacman -S xapian-core
- Kali Linux
-
apt-get install xapian-tools
- Fedora
-
dnf install xapian-core
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xapian-tools
- Raspbian
-
apt-get install xapian-tools
- Dockerfile
- dockerfile.run/xapian-replicate-server
- Docker
-
docker run cmd.cat/xapian-replicate-server xapian-replicate-server
powered by Commando
xapian-core
Open source search engine library.
xapian-tools
Basic tools for Xapian search engine library
This package contains several tools related to Xapian. - copydatabase: Copy one or more Xapian databases. - delve: Inspect the contents of a Xapian database. - quartzcheck: Check the validity of a quartz-format Xapian database. - quartzcompact: Compact a quartz database, or merge and compact several. - quartzdump: Dump (part of) a quartz-format Xapian database. - quest: Command line search of a Xapian database. - xapian-check: Check the validity of a Xapian database. - xapian-compact: Compact a quartz database, or merge and compact several. - xapian-progsrv: stdin/stdout based server, for searching databases remotely. - xapian-tcpsrv: TCP based server, used for searching databases remotely. 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.