Versions Compared

Key

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

...

Code Block
languagebash
curl -X POST -H "Content-Type: application/json" -d "@solr-fields.json" "http://localhost:89868983/solr/schema/fields"
Code Block
titlesolr-fields.json
 [{"name":"uuid","type":"text_general","stored":"true","indexed":"true"}] 

...