Represents a cluster of terms that can group Endeca records.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[SerializableAttribute]
public class Cluster
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Cluster
Visual C++
[SerializableAttribute]
public ref class Cluster

Remarks

A cluster is a collection of relevant terms providing a grouping of Endeca records that share these common terms. The terms in a cluster provide to the user what is known as information scent: the user is instantly aware of what each cluster contains (that is, the user can quickly understand the implied content of the clustered records).

The terms themselves are dimension values, and all the terms in a cluster belong to the same dimension.

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.Cluster

See Also