Endeca Server - (Managed|Schema) Attribute

Oracle Platform Structured Unstructured Data

About

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 a hierarchy.

Through managed attribute values, you can express:

  • domain: a set of predefined values (enumerated). For example, for a managed attribute “currency”, you can define a limited set of values, “dollars” and “euros”.
  • synonyms: a set of synonyms for each value. For example, you can add a synonym “Beantown” to a managed attribute value “Boston”.
  • ranking (static)

on record refinements in your data domain.

They can also be searched and displayed using their display names. These characteristics of managed attributes affect the ways in which you control refinements.

Management

Schema

Inside the Endeca Server index for each data domain, each of the added managed attribute values are themselves represented as two records

Each managed attribute is described by one PDR and one DDR.

The Dimension Description Records (DDR) defined in the putDimensions element loads the managed attributes schema with the help of the Configuration Web Services

Managed Attribute Value Description Records (MAVDRs)

A request to add a managed attribute value record using the Configuration Web Service has this structure:

<ns:configTransaction>
   <ns:putManagedAttributeValues>
      <ns1:mav>
         <name>?</name>
         <spec>?</spec>
         <parent>?</parent>
         <managedAttribute>?</managedAttribute>
         <synonym>?</synonym>
         <synonym>?</synonym>
         <rank>?</rank>
      </ns1:mav> 
   </ns:putManagedAttributeValues>
</ns:configTransaction>

In this structure, the spec, parent, and managedAttribute elements are required, all other elements are optional.

Managed Attribute Value Description Records (MAVDRs) are created in the index, when you add managed attributes and their values.

Documentation / Reference





Discover More
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 - Lifecycle

You add managed attribute values before loading the source records into the data domain.
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...
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...
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 - Hierarchy

Some attributes on your data records may benefit from being organized in a hierarchy. A managed attribute allows you to define the hierarchy of standard attributes. Managed attributes are often used...
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