Class representing a search on a navigation record set.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

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

Remarks

A record search is composed of three 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 being searched, such as raspberry flavor (which may be a quoted phrase).
  • optionsThe search options, such as the search mode (e.g., mode matchany) and relevance ranking options. This element is optional and can therefore be null.

Note that ERecSearch objects are encapsulated in ERecSearchList objects when sent to or returned from the MDEX Engine.

Inheritance Hierarchy

System..::..Object
  Endeca.Navigation..::..ERecSearch

See Also