@lde/search
v0.23.2
Published
Engine- and domain-agnostic core for RDF-backed search: a unified declarative field model (SearchField/SearchType/SearchSchema), a neutral query IR, the SearchEngine port with logical result types, and a streaming CONSTRUCT-to-document projection. Bakes i
Readme
@lde/search
The core of the LDE search family: packages that together act as a generator
for search engines. You write one declarative SearchSchema, and everything
a running search engine needs is derived from it: the document projection, the
engine collection definition, the query semantics, and the API surface. All these
are kept in sync automatically rather than handwritten per deployment.
Installation
npm install @lde/searchDocumentation
See the full documentation.
