Tag: schema

Import Data from Database No ratings yet.

Besides indexing the articles through SOLR Update Request-Handler, you can also import data from database. This example will demonstrate how to import data from MySQL database. Assuming you have MySQL installed, let’s run the below simple schema in order to create a database/table with some records: /* create database */ CREATE DATABASE itblogs DEFAULT CHARACTER

Setup New Core Collection No ratings yet.

SOLR is up and running now, you may want to setup a new core collection. Creating a new core is similar to “create database” in traditional database. We will use the bundled example “films” to demonstrate how to set it up. Let’s try to create a new one now:   Make sure your SOLR is