Turn messy aliases into governed search context.
Turn messy aliases into governed search context.
SkeinRank sits beside your search stack, normalizes domain jargon, pins runtime snapshots, and makes every query context explicit through profiles, bindings, and evidence workflows.
The problem
Enterprise search loses context when terminology is unmanaged.
Search and RAG pipelines depend on raw text. k8s, kube, postgres,
pg, team names, and internal aliases compete without a governed runtime model.
Terminology changes are reviewed, bound to specific search contexts, rolled out through enrichment, and served from immutable snapshots that explain what runtime search is using.
Console workflow
From terminology governance to verified search behavior.
The governance console is designed as an operator workflow: run the Docker beta stack, define terminology, apply it to an index, run enrichment, audit the active snapshot, and test the runtime query path before integrating it downstream.
Profile
Create a terminology profile with canonical terms, aliases, slots, suggestions, and guardrails.
Binding
Attach one profile to one Elasticsearch index, alias, or scoped document collection.
Enrichment
Run dry-runs and jobs that write canonical attributes or prepare rollout metadata.
Snapshot
Audit the immutable runtime version currently pinned to each binding.
Search Playground
Verify canonical queries, matched aliases, snapshots, and search hits from the UI.
Product shape
A side-car for terminology-aware search, not a replacement for your search stack.
Runtime search context
Use bindings to decide which terminology profile, index, fields, filters, and snapshot belong to a query.
Console betaCanonicalize terminology
Normalize aliases and jargon into stable technical values controlled by profiles and guardrails.
AvailableRun locally with SDK/CLI
Validate dictionaries, extract attributes, and canonicalize text or documents without deploying services.
AvailableGovern changes
Review suggestions, enforce stop-lists, manage users/tokens, and keep terminology changes auditable.
Console betaEnrich search indexes
Run dry-runs and enrichment jobs against Elasticsearch bindings with job history and rollback metadata.
PreviewAudit runtime snapshots
See which immutable version is active for each binding and why a search context is ready or stale.
Console betaSide-car model
SkeinRank sits beside Elasticsearch, RAG, and internal search UIs.
It does not need to replace the existing search engine. It manages domain terminology, produces canonicalized signals, and exposes runtime APIs that your application can call by binding or search scope.
Read the side-car model → Run the Docker beta stack →Current status
Public positioning: usable core, beta governance platform.
The site presents SkeinRank honestly: the core SDK/CLI path is the smallest stable entry point, while the governance console and Elasticsearch workflows are documented as beta/platform preview.
Try the beta stack
Run the console locally, then follow the workflow.
Start with Docker Compose for the platform beta, or read the runtime model before connecting real search indexes.