Endeca - (Data|Input|Source) Record

Oracle Platform Structured Unstructured Data

About

Data records are input/source Data.

Records from a variety of sources are stacked in their native format based on shared attributes. This allows for the data to be:

  • jagged (ie differing sets of attributes from one record to the next, from one source to another)
  • semi-structured or complete unstructured (full-text indexed)

Example

The following XML represents a two single data record (Bike) with attributes (Name, ProductID, BikeType, Color, …):

<Record>
  <Name type="mdex:string">Road-450</Name>
  <ProductID type="mdex:int">4038</ProductID>
  <BikeType type="mdex:string">Road Bikes</BikeType>
  <SizeRange type="mdex:string">42-46 CM</SizeRange>
  <Color type="mdex:string">Red</Color>
  <ReviewScore type="mdex:int">35</ReviewScore>
  <ReviewScore type="mdex:int">45</ReviewScore>
  <ReviewScore type="mdex:int">60</ReviewScore>
  <Price type="mdex:double">1457.99</Price>
</Record>
<Record>
  <Name type="mdex:string">Touring-3000</Name>
  <ProductID type="mdex:int">4035</ProductID>
  <BikeType type="mdex:string">Mountain Bikes</BikeType>
  <SizeRange type="mdex:string">48-52 CM</SizeRange>
  <Color type="mdex:string">Yellow</Color>
  <Price type="mdex:double">742.35</Price>
</Record>





Discover More
Endeca Studio Breadcrumbs
Endeca - (Query) (Refinement|Filter)

Refinements allow end users to explore their data records using Guided Navigation. See Filtering Components...
Oracle Platform Structured Unstructured Data
Endeca - Attribute

An Attribute in Endeca is a fundamental units of a record. For: a , an attribute provides information that record. a , an attribute provides configuration information An attribute is the basic...
Oracle Platform Structured Unstructured Data
Endeca - Lifecycle

You add managed attribute values before loading the source records into the data domain.
Oracle Platform Structured Unstructured Data
Endeca - Standard Attribute

A standard attribute is an assignment on an attribute of a data record providing information that record. The properties of each standard attribute are described by a Property Description Records (PDRs)....
Endeca Data Model Jagged
Endeca Server - Data (Model|Structure)

The data structure in the Oracle Endeca Server consists of: records. Records are the fundamental units of data. and attributes. An attribute is the basic unit of a record. stores each column...
Oracle Platform Structured Unstructured Data
Endeca Server - Schema (records)

The PDR and DDR records are system records that define the schema for data records. Code Description Definition PDR Property Description Records define the format and behaviour of standard attributes...
Oracle Platform Structured Unstructured Data
Endeca Server - System records

The Oracle Endeca Server data store uses the following system records to store configuration information: GCR - The Global Configuration Record - control various aspects of the global configuration...



Share this page:
Follow us:
Task Runner