Click or drag to resize
SearchField Class
Represents search field
Inheritance Hierarchy
SystemObject
  CMS.SearchSearchField

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public class SearchField : ISearchField

The SearchField type exposes the following members.

Constructors
  NameDescription
Public methodSearchField
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
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
Name of the field.
Public propertyInsertDirectly
When field is marked to be insert directly, it will not be processed before it's 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
See Also