Needs work
Project:
Search API Field Map
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2021 at 05:18 UTC
Updated:
20 Jul 2021 at 13:53 UTC
Jump to comment: Most recent
Comments
Comment #2
agentrickardI would think that we need a separate field processor for this, since is_list would make all such fields multivalue, which is not desired.
Creating multivalue fields can cause issues on indexing if the base field definition expects a string. You end up with Solr expecting a ts_* field and being handed a tm_* field, which throws a fatal error.