Community Server
LeanCorpus Community Server 0.1.0-alpha.1 is a local, single-node server over the existing LeanCorpus engine. It has no licence, account, cluster or external-service dependency.
The supported journey is:
- Run the reference host on its loopback defaults.
- Create an explicit logical index and authoritative schema.
- Bulk index documents using
MemoryorLocalFsync, then choose whether to refresh. - Use the returned write token for local
ReadYourWritessearches when required. - Search, sort, page with
searchAfter, explain term/vector scores and inspect bounded local state. - Stop and restart the host to recover the registry and committed data.
- Embed the Core, ASP.NET Core adapter, gRPC adapter or Studio components in another host.
REST is versioned under /v1; gRPC uses the typed v1 protobuf services. Enterprise routes remain in the shared full contract catalogue but are not registered by the Community host.
Topics: