Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl -X POST -H 'Content-type:application/json' --data-binary '{
  "add-field": {
      "name":"open_access_s", 
      "type":"text", 
      "multiValued":false, 
      "stored":true}
  }' http://localhost:8983/api/cores/vivocore/schema

...