Endeca - Attribute

Oracle Platform Structured Unstructured Data

About

An Attribute in Endeca is a fundamental units of a record.

For:

  • a data_record, an attribute provides information about that record.
  • a schema_record, an attribute provides configuration information

An attribute is the basic unit of a record. Each attribute is identified by a unique name.

Type

The term attribute collectively refers to both standard attributes and managed attributes.

Attribute can refer to :

  • standard attribute: An attribute whose value is not included in an enumerated list or hierarchy.
  • managed attribute: An attribute for which a hierarchy of attribute values is attached. Managed attributes are used to support hierarchical navigation.

Standard and managed attributes are both described by system records.

Example

Data Record

The following XML represents a two single data record (Bike) with (standard) 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>

Schema Record

A schema record represents an attribute of a data record and each attribute in that schema record controls an (aspect|configuration) of that data record attribute.





Discover More
Oracle Platform Structured Unstructured Data
Endeca - (Assignement|key value pairs)

An assignment indicates that a record has a value for an attribute. A record typically has assignments from multiple attributes. Assignments on attributes (also known as key value pairs) describe records...
Endeca Attribute Group
Endeca - (Attribute) Group - Group Description Records (GDRs)

Attribute groups are ordered lists of attributes. They are stored in the Oracle Endeca Server as records. Attribute groups are useful for organizing a large number of attributes in the user interface...
Oracle Platform Structured Unstructured Data
Endeca - (Data|Input|Source) Record

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...
Endeca Record Search
Endeca - (Record|Text) Search

Record search (also called text search) search records that contains a particular keyword. The resulting results are records : which contain (keyword|Search terms) in any combination of attributes ....
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 Value Search
Endeca - Value Search

Value Search find attributes with some values and shows which attributes contain the keyword This feature enables direct drill-down on matching attribute value. Results are attribute values . This...
Oracle Platform Structured Unstructured Data
Endeca Server - (Managed|Schema) Attribute

A managed attribute is used to enable the creation of hierarchical standard attribute values. Therefore they are also known as schema attribute. You can see a managed attributes as the key of a level in...
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 - Dimension (Description Records) (DDR)

The Dimension Description Records (DDR) define managed attributes and thus, among other characteristics, enable the creation of hierarchical standard attribute values. You cannot create a dimension without...
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...



Share this page:
Follow us:
Task Runner