Click or drag to resize
SearchFieldTokenized Property
True when field is tokenizable (analyzer is used to process it's value).

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public bool Tokenized { get; set; }

Property Value

Type: Boolean

Implements

ISearchFieldTokenized
See Also