{"id":19210009,"url":"https://github.com/zencodex/pg_bigm","last_synced_at":"2026-02-15T22:33:05.953Z","repository":{"id":76097210,"uuid":"282913289","full_name":"zencodex/pg_bigm","owner":"zencodex","description":"The pg_bigm module provides full text search capability in PostgreSQL, it allows a user to create **2-gram** (bigram) index for faster full text search.","archived":false,"fork":false,"pushed_at":"2020-07-27T14:19:23.000Z","size":205,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-12T05:09:56.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zencodex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-27T13:55:08.000Z","updated_at":"2022-10-31T04:48:32.000Z","dependencies_parsed_at":"2023-03-03T02:45:56.742Z","dependency_job_id":null,"html_url":"https://github.com/zencodex/pg_bigm","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/zencodex/pg_bigm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fpg_bigm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fpg_bigm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fpg_bigm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fpg_bigm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zencodex","download_url":"https://codeload.github.com/zencodex/pg_bigm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zencodex%2Fpg_bigm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29490913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T13:33:54.929Z","updated_at":"2026-02-15T22:33:05.934Z","avatar_url":"https://github.com/zencodex.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# pg_bigm\n\npg_bigm 中文支持 比 pg_trgm 要好，pg_trgm 在 Mac osx 中不支持中文等 Unicode 字符，原因如下：\n\n\u003chttps://www.postgresql-archive.org/pg-trgm-not-recognizing-Chinese-characters-in-macOS-td6037655.html\u003e\n\nThe pg_bigm module provides full text search capability in [PostgreSQL](https://www.postgresql.org/).\nThis module allows a user to create **2-gram** (bigram) index for faster full text search.\n\npg_bigm is released under the [PostgreSQL License](https://opensource.org/licenses/postgresql), a liberal Open Source license, similar to the BSD or MIT licenses.\n\nFor more information look at [the official pg_bigm web site](https://pgbigm.osdn.jp/index_en.html).\n\n# How to build\n\n    make USE_PGXS=1 PG_CONFIG=`which pg_config` install\n\n# How to use\n\n```bash\n\n    # sudo -u postgres psql\n    # \\c dbname\n\n    create extension pg_bigm\n    select show_bigm('做软件的禅师')\n\n    # 相似度 0.71428573\n    select bigm_similarity('哇！故宫的二十四节气-芒种', '芒种-哇！故宫的二十四节气');\n\n```\n\n## Test Status\n[![Build Status](https://travis-ci.org/pgbigm/pg_bigm.svg?branch=master)](https://travis-ci.org/pgbigm/pg_bigm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzencodex%2Fpg_bigm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzencodex%2Fpg_bigm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzencodex%2Fpg_bigm/lists"}