SaaS CMS has officially launched! Learn more now.

Struct SearchField.Store

Defines how the field it stored.

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 Store

Fields

NO

Values are not stored

Declaration
public const string NO = "Store.No"
Field Value
Type Description
System.String

YES

Values are stored in the index

Declaration
public const string YES = "Store.Yes"
Field Value
Type Description
System.String