Click or drag to resize
ISearchField Interface
Represents search field

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public interface ISearchField

The ISearchField type exposes the following members.

Properties
  NameDescription
Public propertyAnalyzer
Explicit analyzer to process search field's value. When null, default analyzer is used based on search index configuration.
Public propertyFieldName
Field name
Public propertyInsertDirectly
When field is market to be insert directly, it will not processed before inserted into search document. Will not be passed to SearchHelper.AddGeneralField method.
Public propertySearchable
True when field is marked as searchable.
Public propertyTokenized
True when field is tokenizable (analyzer is used to process it's value).
Public propertyValue
Field value. May be null when field is not initialized with it's value.
Top
Methods
  NameDescription
Public methodInit
Initializes object values.
Top
See Also