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.Index

Defines how to index/analyse the value.

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

Fields

NO

Values are not indexed

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

TOKENIZED

Values are parsed to tokens

Declaration
public const string TOKENIZED = "Index.Token"
Field Value
Type Description
System.String

UN_TOKENIZED

Values are indexed as is

Declaration
public const string UN_TOKENIZED = "Index.NoToken"
Field Value
Type Description
System.String