Class representing a relevance ranking on a navigation record set.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public class ERecRank
Visual Basic
Public Class ERecRank
Visual C++
public ref class ERecRank

Remarks

A relevance ranking is composed of four elements:

  • search keyThe name of an Endeca property or dimension (if enabled for record search) or an Endeca search interface. The search key indicates which field of the records to search the terms against.
  • termsThe strings that are used to rank the records, such as raspberry flavor (which may be a quoted phrase).
  • strategyThe relevance ranking strategy to be used.
  • matchThe matchmode to be used (e.g., mode matchany). This is optional, and may be set to null. In this case, the match mode will default to matchany.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ERecRank

See Also