Creating new Solr Core

What is Solr Core ? A Solr core is basically an index of the text and fields found in documents that we publish to Solr. A single Solr instance can contain multiple cores, which are separate from each other based on local criteria. In my project, If i have 2 databases and I may decide […]

Share this article on

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
< Previous Next >