indextool
Fast standalone full-text SQL search engine
Install
- All systems
-
curl cmd.cat/indextool.sh
- Debian
-
apt-get install sphinxsearch
- Ubuntu
-
apt-get install sphinxsearch
- Alpine
-
apk add sphinx
- Kali Linux
-
apt-get install sphinxsearch
- Fedora
-
dnf install sphinx
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sphinxsearch
- OS X
-
brew install sphinx
- Raspbian
-
apt-get install sphinxsearch
- Dockerfile
- dockerfile.run/indextool
- Docker
-
docker run cmd.cat/indextool indextool
powered by Commando
sphinxsearch
Fast standalone full-text SQL search engine
Sphinx is a standalone full text search engine, meant to provide fast, size-efficient and relevant fulltext search functions to other applications. Sphinx was specially designed to integrate well with SQL databases and scripting languages. Currently built-in data sources support fetching data either via direct connection to MySQL or PostgreSQL, or using XML pipe mechanism (a pipe to indexer in special XML-based format which Sphinx recognizes). Sphinx is an acronym which is officially decoded as SQL Phrase Index.