added dynamic property set to false to avoid es mapping modification indexinga record; previous index has been deleted
This commit is contained in:
parent
e91d82f32c
commit
03da34a897
|
@ -1,6 +1,7 @@
|
|||
curl -X PUT "http://elastic-test.ariadne.d4science.org:9200/ariadneplus?pretty" -H 'Content-Type: application/json' -d '
|
||||
{
|
||||
"mappings": {
|
||||
"dynamic": false,
|
||||
"properties": {
|
||||
"derivedSubject": {
|
||||
"properties": {
|
||||
|
|
Loading…
Reference in New Issue