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-field":{"name":"authors.0.author_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":"authors.0.authority_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":"authors.0.authority_level", "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":"authors.1.author_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":"authors.1.authority_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":"authors.1.authority_level", "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":"authors.2.author_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":"authors.2.authority_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":"authors.2.authority_level", "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":"authors.3.author_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":"authors.3.authority_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":"authors.3.authority_level", "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":"subjects.0.topic", "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":"subjects.0.topic_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":"subjects.0.topic_level", "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":"subjects.1.topic", "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":"subjects.1.topic_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":"subjects.1.topic_level", "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":"subjects.2.topic", "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":"subjects.2.topic_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":"subjects.2.topic_level", "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":"subjects.3.topic", "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":"subjects.3.topic_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":"subjects.3.topic_level", "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":"items.0.item_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":"items.0.item_code", "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":"items.0.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":"items.0.coll_type_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":"items.0.shelf_location", "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":"items.0.location_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":"items.0.inventory_code", "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":"items.0.item_status", "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":"items.0.order_no", "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":"items.0.order_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":"items.0.received_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":"items.0.supplier_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":"items.0.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":"items.0.invoice", "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":"items.0.invoice_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":"items.0.price", "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":"items.0.price_currency", "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":"items.0.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":"items.0.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-field":{"name":"items.0.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":"items.1.item_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":"items.1.item_code", "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":"items.1.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":"items.1.coll_type_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":"items.1.shelf_location", "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":"items.1.location_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":"items.1.inventory_code", "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":"items.1.item_status", "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":"items.1.order_no", "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":"items.1.order_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":"items.1.received_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":"items.1.supplier_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":"items.1.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":"items.1.invoice", "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":"items.1.invoice_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":"items.1.price", "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":"items.1.price_currency", "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":"items.1.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":"items.1.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-field":{"name":"items.1.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":"items.2.item_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":"items.2.item_code", "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":"items.2.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":"items.2.coll_type_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":"items.2.shelf_location", "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":"items.2.location_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":"items.2.inventory_code", "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":"items.2.item_status", "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":"items.2.order_no", "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":"items.2.order_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":"items.2.received_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":"items.2.supplier_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":"items.2.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":"items.2.invoice", "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":"items.2.invoice_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":"items.2.price", "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":"items.2.price_currency", "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":"items.2.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":"items.2.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-field":{"name":"items.2.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-copy-field" : {"source":"*","dest":"_text_"}}' http://localhost:8983/solr/slims/schema
