All Tools
S
OtherFreeOpen Source
SPHINX
High-performance full-text search server
GPL-2.0
ABOUT
Traditional SQL databases lack efficient full-text search at scale, and dedicated search engines like Elasticsearch can be operationally heavy. Sphinx fills the gap by providing fast, relevant full-text search with SQL-like syntax, minimal dependencies, and seamless MySQL and PostgreSQL integration — all in a lightweight C++ daemon that can index tens of millions of documents in minutes and serve thousands of queries per second.
INSTALL
sudo apt-get install sphinxsearchINTEGRATION GUIDE
1. Power high-traffic website search serving hundreds of millions of monthly queries across clustered search nodes
2. Provide faceted full-text product catalog search with relevance ranking, filtering, and real-time indexing from MySQL or PostgreSQL backends
3. Replace built-in database full-text search in platforms like vBulletin and MediaWiki to dramatically improve speed and relevance on large datasets
4. Enable SQL-level search integration via the SphinxSE storage engine, letting MySQL queries directly access full-text search results
TAGS
full-text-searchsearch-enginesphinxqlinformation-retrievalindexingc-plus-plus