Hi Spec : Jdk 15, Solr 8.8.1
Question : Can solrj ( client ) be used to add new 'addField' into schema for setup so as to index the documents later instead of getting missing field type exception. Note: I do not want to use Solr web schema API to do this task and preffer java code level to do this job, Request : Please share a sinppet of code for the same. Thx for the same.