topic: search
33 modules sharing the search name family (derived from the tree's prefix discipline).
The 'search' topic family in the Nishi sovereign ecosystem supports comprehensive search capabilities across multiple layers, from benchmarking to external federation. The nx_search_bench module provides a real-world benchmark for onsite search performance, while nx_search_cli serves as the primary interface for interacting with the durable index. nx_search_extern extends search beyond the system by federating external queries, enabling discovery across diverse sources. These modules collectively enhance search efficiency, accuracy, and sovereignty within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_search_advanced_gate.nx | 70 | 4 | |
| nx_search_bench.nx | REAL head-to-head onsite-search benchmark (operator: benchmark vs a real | 141 | 10 |
| nx_search_cli.nx | ASSIGNMENT E (tutored): the search engine's FRONT DOOR over the DURABLE index. The | 179 | 7 |
| nx_search_competitor_census.nx | the SEARCH lane's COMPETITOR-FEATURE census: how much of the incumbent | 138 | 11 |
| nx_search_crawl_server.nx | LIVE search site over CRAWLED content. | 224 | 7 |
| nx_search_emerge.nx | EMERGENCE DETECTION: turn the federated frontier feed into a "where is this field | 93 | 12 |
| nx_search_engine_register.nx | GOVERNED registration of the two search-engine rungs landed 2026-06-10: | 79 | 3 |
| nx_search_extern.nx | SOVEREIGN EXTERNAL-SEARCH FEDERATION (the #1 discovery gap). Queries OTHER search | 114 | 9 |
| nx_search_extern_gate.nx | deterministic parser gate for the external-search federator (NO network: the | 40 | 5 |
| nx_search_federated.nx | FEDERATED QUERY across every Nishi index, driven by the search-sources MANIFEST. | 149 | 6 |
| nx_search_governor.nx | the PRINCIPLE the team learned, made reusable (so the team UNDERSTANDS | 60 | 3 |
| nx_search_governor_test.nx | PROOF the team UNDERSTANDS the principle (not just one function): | 67 | 6 |
| nx_search_handler_flow.nx | HUB primitive; site-agnostic search | 359 | 9 |
| nx_search_inverted.nx | token-postings inverted index. | 691 | 25 |
| nx_search_inverted_persist.nx | DISK PERSISTENCE for the inverted index (the S-class STORAGE rung the team | 62 | 3 |
| nx_search_inverted_persist_test.nx | proves the inverted-index disk persistence round-trips: build an index | 47 | 3 |
| nx_search_inverted_test.nx | smoke for inverted index. | 154 | 3 |
| nx_search_latency_bench.nx | MEASURED LATENCY for nishi search over the real ~700-doc library shard: | 81 | 4 |
| nx_search_linear.nx | substring search over JSONL catalogs. | 221 | 4 |
| nx_search_linear_test.nx | smoke for nx_search_linear over the | 86 | 2 |
| nx_search_neutrality_gate.nx | the CONTENT-NEUTRALITY CHARTER as a gate. | 193 | 8 |
| nx_search_onsite_engine.nx | V1 onsite search engine | 469 | 13 |
| nx_search_quality_gate.nx | the ENGINEER's re-runnable instrument for the search engine (same pattern that | 160 | 9 |
| nx_search_query_parser.nx | HUB primitive; HTTP query string -> NxSearchQuery. | 542 | 16 |
| nx_search_race.nx | IM6b: THE BEAT-FTS5 SEARCH RACE (the full-text-search | 255 | 9 |
| nx_search_reach_pulse.nx | SREACH R4: the DURABLE REACH LOOP step. | 92 | 7 |
| nx_search_register.nx | INTEGRATION DISCOVERY (loose coupling). Discovers every queryable Nishi index and | 70 | 7 |
| nx_search_relevance_bench.nx | MEASURED RELEVANCE for nishi search (operator 2026-07-03: "make sure | 101 | 7 |
| nx_search_render_html.nx | HUB primitive; site-agnostic HTML render | 380 | 10 |
| nx_search_server.nx | the LIVE bits-up search site (sovereign HTTP server). | 263 | 10 |
| nx_search_snippet_extract.nx | V1 search snippet extractor. | 298 | 7 |
| nx_search_sota_research.nx | third grounding pass (operator 2026-07-03: "make sure using the nishi | 56 | 4 |
| nx_search_win_src.nx | Builds a minimal inverted index for three documents, supporting query lookup and ranking on Windows. | 102 | 12 |