Click or drag to resize

FieldDefinitionBase Class

Base class for field definitions
Inheritance Hierarchy

Namespace:  Dynamicweb.Indexing.Schemas
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public abstract class FieldDefinitionBase

The FieldDefinitionBase type exposes the following members.

Constructors
  NameDescription
Protected methodFieldDefinitionBase
Initializes a new instance of the FieldDefinitionBase class
Top
Properties
  NameDescription
Public propertyAnalyzed
Public propertyAnalyzer Obsolete.
Analyzer name
Public propertyAnalyzerTypeName
Analyzer type name
Public propertyBoost
Public propertyClassName
Public propertyGroup
Group name
Public propertyHidden
Gets or sets the value indicating whether the field is hidden.
Public propertyIndexed
Public propertyIsFieldFromSchemaExtender
Is field from a schema extender
Public propertyIsNumeric
Determines whether the type of the field is numeric.
Public propertyName
Name of field definition
Public propertyStored
Public propertySystemName
System name
Public propertyType Obsolete.
Type of field definition
Public propertyTypeName
Type of field definition
Top
Methods
  NameDescription
Public methodGetAnalyzer
Gets analyzer type name specified by provider type name
Public methodGetTypeOfField
Gets the type of the field.
Public methodGetTypeOfFieldOrElement
Gets the type of the field type or the element type if the type is an array.
Public methodSetFieldType
Sets type of field definition
Top
See Also