curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"biblio_id", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"title", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"gmd_name", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"sor", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"edition", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"isbn_issn", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"publisher_name", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"publish_year", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"collation", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"series_title", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"call_number", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"language_name", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"source", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"place", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"classification", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"notes", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"image", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"promoted", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"opac_hide", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"labels", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"frequency", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"spec_detail_info", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"content_type", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"media_type", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"carrier_type", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"uid", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"input_date", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-field":{"name":"last_update", "type":"text_general", "multiValued":false, "stored":true}}' http://localhost:8983/solr/slims/schema

curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.author_name", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.authority_type", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.authority_level", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema

curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.topic", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.topic_type", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.topic_level", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema

curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.item_id", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.item_code", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.call_number", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.coll_type_name", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.shelf_location", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.location_name", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.inventory_code", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.item_status", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.order_no", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.order_date", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.received_date", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.supplier_name", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.source", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.invoice", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.invoice_date", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.price", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.price_currency", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.input_date", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.last_update", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema
curl -X POST -H 'Content-type:application/json' --data-binary '{"add-dynamic-field":{"name":"*.uid", "type":"text_general", "multiValued":true, "stored":true}}' http://localhost:8983/solr/slims/schema

curl -X POST -H 'Content-type:application/json' --data-binary '{"add-copy-field" : {"source":"*","dest":"_text_"}}' http://localhost:8983/solr/slims/schema
