Endeca - Standard Attribute

Oracle Platform Structured Unstructured Data

About

A standard attribute is an assignment on an attribute of a data record providing information about that record.

The properties of each standard attribute are described by a Property Description Records (PDRs).

Example

For a list of book records, an assignment on the Author attribute contains the author of the book 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>





Discover More
Endeca Studio Data Set
(Endeca Server|Studio) - (Collection|Data Set)

Starting with the Endeca Server 7.6.0 and Studio 3.1.0, Endeca Server introduces collections (known in Studio as data sets), while keeping the ability to create entities (views). Collections allow you...
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 - 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 - Property and Property Description Records (PDRs)

PDR is s schema record. PDR's define the format and behaviour of standard attributes and managed attributes. A data (attribute|column) has a property key. Key (The unique identifier of the...
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...
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...
Endeca Server Eql Multiple Statement
Endeca Server - Endeca Query Language (EQL)

EQL is the Endeca Query Language that permits you to retrieve data. view manager Simple EQL statements can be broken down into five primary components: Clauses are not case-sensitive Standard and...
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