Indexing CSV data

How to Index CSV data in Solr ? In order to perform indexing in Solr we have to perform 2 important steps 1)Define the description of the fields that are present in our document which needs to be indexed inside schema.xml file 2)Publish /Post the data to the Solr for indexing We will take the […]

Share this article on