{
   "name": "pg_search",
   "abstract": "Full text search for PostgreSQL using BM25",
   "description": "ParadeDB pg_search is a Postgres extension that enables fast full-text, faceted and hybrid search over Postgres tables using the BM25 algorithm. It is built on top of Tantivy, the Rust-based alternative to Apache Lucene, using pgrx.",
   "version": "0.22.6",
   "date": "2026-04-08T19:38:04Z",
   "maintainer": [
      "ParadeDB <support@paradedb.com>"
   ],
   "release_status": "stable",
   "user": "paradedb",
   "sha1": "a8cb0fa4b8d9dc2d878f9c12ef010ee2c3118262",
   "license": "agpl_3",
   "prereqs": {
      "runtime": {
         "requires": {
            "PostgreSQL": "15.0.0"
         }
      }
   },
   "provides": {
      "pg_search": {
         "abstract": "Postgres for Search and Analytics",
         "docfile": "pg_search/README.md",
         "file": "pg_search/src/lib.rs",
         "version": "0.22.6"
      }
   },
   "tags": ["paradedb", "search", "analytics", "bm25", "text search", "full text search", "full-text search", "hybrid search", "faceted search", "facets", "columnar", "olap"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/paradedb/paradedb/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/paradedb/paradedb.git",
         "web": "https://github.com/paradedb/paradedb/"
      }
   }
}
