Hi,
I have a product index, where I need to use different analyzers on the different fields - the StandardAnalyzer on fields with number/decimals and the KeywordAnalyzer on text-sentences.
The fields are created dynamically from an external PIM-system, by creating FieldDefinitions in a custom SchemaExtender using the api.
The FieldDefinitionBase has a property called AnalyzerTypeName (https://doc.dynamicweb.com/api/html/47aa76e3-5059-f5f3-6237-b4f50c6cdc6d.htm), but I doesn't seem to be working for setting the desired analyzer - if possible at all?
--
Best regards
Kurt Moskjaer Andersen