This page provides an overview of APIs related to the Lexi data catalog and search platform.
Lexi is both a data catalog and a search platform. Universal Data Representation (UDR) documents are automatically generated as objects are processed by View, and emitted to Lexi. Lexi's internal data layout is closely related to the UDR document structure, enabling both simple and advanced search cases along any number of dimensions including key terms, content-types, date ranges, schema filters, and more.
Lexi has two primary resource types: collections
and sourcedocuments
.
Collections are logical groupings of source documents within a tenant, similar to a bucket for object storage. Though collections can be defined and used for practically any purpose, they are typically used for documents that are correlated through a common subject matter.
Source documents are the UDR layout of a data asset. Source documents are stored in collections and can be managed in a manner similar to how objects are managed in buckets. Further, source documents can be identified by perform searches against collections.
By default, the View Lexi REST API is accessible on port 8201
.