Class FieldTypeDefinition
- Namespace
- Dynamicweb.Indexing.Schemas
- Assembly
- Dynamicweb.Indexing.dll
Represents definition of field type
public class FieldTypeDefinition
- Inheritance
-
FieldTypeDefinition
- Inherited Members
Properties
Analyzers
Key - provider, Value - Type Of Analyzer
[JsonConverter(typeof(DictionaryJsonConverter))]
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
Type
Type of field type definition
[Obsolete("Use TypeName instead.")]
public string Type { 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
string- Provider type name
Returns
- string
- Analyzer