Arty
Arty

Reputation: 898

Laravel Solarium how to add csv file to Solr core?

I am trying to make a laravel project. Users can upload a csv file to Solr via Laravel. I am already connect solr and can upload a csv file. But i dont know how to add the csv file to solr's core. Any suggestions, what should i do ?

Upvotes: 0

Views: 178

Answers (1)

Adrian Hernandez-Lopez
Adrian Hernandez-Lopez

Reputation: 553

If you want to index the csv info in Solr you have two options:

Upvotes: 1

Related Questions