Endeca Presentation API
ERecRank Class
NamespacesEndeca.NavigationERecRank
Class representing a relevance ranking on a navigation record set.
Declaration Syntax
C#Visual BasicVisual C++
public class ERecRank
Public Class ERecRank
public ref class ERecRank
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ERecRankERecRankNew()()
Default empty constructor.

ERecRankERecRankNew(String, String, String)
Constructor specifying the key and the terms of the search.

ERecRankERecRankNew(String, String, String, String)
Constructor specifying the key, terms, and options of the search.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()
Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
Key
Gets the key of this ERecRank.

MatchMode
Gets the match mode of this ERecRank

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Strategy
Gets the strategy of this ERecRank

Terms
Gets the terms of this ERecRank.

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
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
Object
ERecRank

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0