Projections Of Data
Define Projections The document structures produced by your indexing process' enrichment pipeline serve as the foundation for the data projections that will be kept in your knowledge store. You can save part or all of the document's fields as projections, and each skill in your skill set successively creates a JSON representation of the enriched data for the pages being indexed. Using The Shaper Skill A complex document including the different output fields from the abilities in the skillset is produced by the incremental indexing procedure. This may lead to a schema that is challenging to deal with and contains collections of primitive data values that are difficult to translate into well-formed JSON. Using the Shaper skill to construct a new field with a simpler structure for the fields you wish to map to projections is a typical way to make the mapping of these field values to projections in a knowledge store easier. Define Knowledge Store You must establish a knowledgeSto...