huichen/wukong
高度可定制的全文搜索引擎 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4772
- days_rel: n/a
- days_push: 1835
- n_releases_24m: 0
Adoption not part of the score
4474 stars · 852 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Wukong is a highly customizable full-text search engine library written in Go, with efficient indexing, Chinese word segmentation via the sego package, BM25 scoring, and realtime index updates. It is embedded as a Go library rather than a standalone server, and supports persistent storage and distributed indexing.
Use cases
- add full-text search to a Go application
- build a Chinese-language search engine
- index millions of documents quickly
- implement BM25 relevance ranking with custom scoring
- run realtime indexing with online add and delete
- build a distributed search cluster
When to choose
- you need an embeddable Go search engine with strong Chinese tokenization
- you want custom scoring rules and token proximity ranking
- you need high-throughput indexing and low-latency search inside your own service
When to avoid
- you need a turnkey standalone search server with REST API like Elasticsearch
- you need active maintenance and recent updates
- you need multilingual search beyond Chinese without extra work
Facets
library · maturity maintenance
search-engine nlp developer-tools go cross-platform full-text-search chinese-segmentation bm25 inverted-index embedded-engine search natural-language-processing
1 source
- readme: https://github.com/huichen/wukong · fetched 2026-08-28 · df0dea0527df
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| huichen/wukong | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem