I would like the Id to be auto generated by Solr everytime I insert a document into the collection. I created the collection to do so but the Solr external table is not allowing me to insert data without providing the id field.
Is there a way to create the Solr table without the id field and let Solr auto assign it to the documents?
I would like the Id to be auto generated by Solr everytime I insert a document into the collection. I created the collection to do so but the Solr external table is not allowing me to insert data without providing the id field.
Is there a way to create the Solr table without the id field and let Solr auto assign it to the documents?
Thanks