Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SearchField.Store

Defines how the field it stored.

Inheritance
System.Object
SearchField.Store
Namespace: Mediachase.Search.Extensions
Assembly: Mediachase.Search.Extensions.dll
Version: 14.26.0
Syntax
public sealed class Store : ValueType

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