Please also do not forget that you should create a schema in the Solr
collection so that the data is correctly indexed so that you get fast and
correct query result.
I usually recommend to read one of the many Solr books out there to get
started. This will save you a lot of time.
> Am 18.04.2
This you don’t do via the Solr UI. You have many choices amongst others
1) write a client yourself that parses the csv and post it to the standard
Update handler
https://lucene.apache.org/solr/guide/8_4/uploading-data-with-index-handlers.html
2) use the Solr post tool
https://lucene.apache.org/
Hi,
I'm trying to import data from CSV file from Solr UI and I am completely new to
Solr. Please provide the necessary configurations to achieve this.