I am trying to import a csv file to my solr core. It looks like this:
"user_id","name","email","client","classification","default_client","disabled","dm_password","manager" "A2M","Art Morse","amo...@morsemoving.com","Morse Moving","Morse","","X","blue0show","" "ABW","Amy Wiedner","amy.wied...@pyramid-logistics.com","Pyramid","",""," ","shawn","" "J2P","Joan Padal","jo...@bergerallied.com","Berger","",""," ","skew3cues","" "ALB","Anna Bachman","an...@bergerallied.com","Berger","",""," ","wary#scan","" "B1B","Bridget Baker","bba...@reliablevan.com","Reliable","",""," ","laps,hear","" "B1K","Bev Klein"," ","Nor-Cal","",""," ","pipe3hour","" "B1L","Beverly Leonard","bleon...@reliablevan.com","Reliable","",""," ","gail6copy","" "CMD","Christal Davis","christalda...@smmoving.com","SMMoving","",""," ","risk-pair","" "BEB","Bob Barnum","b...@bergerts.com","Berger","",""," ","mets=pol","" I have set up the schema via the API, and have all the fields that are listed on the top line of the csv file. When I finish the import, it returns no errors. But when I go to look at the schema, it's created a 2 fields in the managed-schema file: <field name="_user_id___name___email___client___classification___default_client___disabled___dm_password___manager_" type="text_general"/> and <copyField source="_user_id___name___email___client___classification___default_client___disabled___dm_password___manager_" dest="_user_id___name___email___client___classification___default_client___disabled___dm_password___manager__str" maxChars="256"/>