Class FieldTypeDefinition
- Namespace
- Dynamicweb.Indexing.Schemas
- Assembly
- Dynamicweb.Core.dll
Represents definition of field type
public class FieldTypeDefinition
- Inheritance
-
FieldTypeDefinition
- Inherited Members
Properties
Analyzers
Key - provider, Value - Type Of Analyzer
public IDictionary<string, string> Analyzers { get; set; }
Property Value
Boost
public string? Boost { get; set; }
Property Value
Name
FieldTypeDefinition name
public string Name { get; set; }
Property Value
TypeName
Type of field type definition
public string TypeName { get; set; }
Property Value
Methods
GetAnalyzer(string)
Gets analyzer using ProviderType name value
public string? GetAnalyzer(string providerTypeName)
Parameters
providerTypeName
stringProvider type name
Returns
- string
Analyzer