Click or drag to resize

GroupingFieldDefinition Class

Represents definition for GroupingField
Inheritance Hierarchy

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

The GroupingFieldDefinition type exposes the following members.

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