SaaS CMS has officially launched! Learn more now.

Struct BaseCatalogIndexBuilder.FieldConstants

Various field contants to build SearchField of Document.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 11.8.3
Syntax
public struct FieldConstants

Fields

AllowPreorder

"allowpreorder", contains allow preorder for this entry

Declaration
public static string AllowPreorder
Field Value
Type Description
System.String

Catalog

"_catalog", contains the catalog name of entry

Declaration
public static string Catalog
Field Value
Type Description
System.String

ClassType

_classtype", contains ClassTypeId in LowerInvariant form

Declaration
public static string ClassType
Field Value
Type Description
System.String

Code

"code", contains entry code

Declaration
public static string Code
Field Value
Type Description
System.String

Content

"_content", contains the fulltext for this entry

Declaration
public static string Content
Field Value
Type Description
System.String

DisplayName

DisplayName", contains DisplayName in meta field or entry.Name;

Declaration
public static string DisplayName
Field Value
Type Description
System.String

EndDate

"enddate"

Declaration
public static string EndDate
Field Value
Type Description
System.String

IsActive

_isactive, contains a flag to indicate the entry is active or not

Declaration
public static string IsActive
Field Value
Type Description
System.String

Language

"_lang", contains entry LanguageCode (en-us, de-de, ...)

Declaration
public static string Language
Field Value
Type Description
System.String

ListPrice

"listprice", contains list price of the entry

Declaration
public static string ListPrice
Field Value
Type Description
System.String

MetaClass

"_metaclass", contains entry metaclass name

Declaration
public static string MetaClass
Field Value
Type Description
System.String

Name

"name", contains entry name

Declaration
public static string Name
Field Value
Type Description
System.String

Node

_node", contains node Code

Declaration
public static string Node
Field Value
Type Description
System.String

Outline

_outline", contains the path from catalog to the node contain the entry (catalogname/nodecode/nodecode)

Declaration
public static string Outline
Field Value
Type Description
System.String

PreorderAvailableDate

"preorderavailabledate", contains preorder available date for this entry

Declaration
public static string PreorderAvailableDate
Field Value
Type Description
System.String

SalePrice

saleprice", contains sale price of the entry

Declaration
public static string SalePrice
Field Value
Type Description
System.String

SortOrder

_sortorder", contains SortOrder of the nodeEntryRelationRows

Declaration
public static string SortOrder
Field Value
Type Description
System.String

StartDate

"startdate"

Declaration
public static string StartDate
Field Value
Type Description
System.String