Timothy Potter created SOLR-8406: ------------------------------------ Summary: AddSchemaFieldsUpdateProcessorFactory should handle list fields better Key: SOLR-8406 URL: https://issues.apache.org/jira/browse/SOLR-8406 Project: Solr Issue Type: Improvement Components: Data-driven Schema Reporter: Timothy Potter
paraphrasing from offline discussion with Hossman: bq. when AddSchemaFieldsUpdateProcessorFactory mappings refer to fieldtypes that are multivalued=false, it should either skip that mapping, or explicitly specify multivalued=true, when a document with values matching that mapping contains multiple values basically, I'm submitting a document with foo = [ "bar", "baz" ] and field guessing doesn't figure out that foo is multi-valued unless my default is set to strings ... -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org