やること
- post するといいです。具体的には以下の感じ。
$ curl -X POST -H 'Content-type:application/json' --data-binary '{
"add-field": [
{
"name": "hoge",
"type": "string",
"stored": true,
"indexed": true,
"multiValued": true,
},
{
"name": "fuga",
"type": "string",
"stored": true,
"indexed": true
}
]
}' 'http://localhost:8983/solr/core1/schema'