Module 1: ICP #6 - VidyullathaKaza/BigData_Programming_Spring2020 GitHub Wiki

AIM:

By using the given data sets performed the 10 queries in the Lucene-Solr by uploading data sets given.

PROCEDURE:

PART-1

FILM DATASET

Download the data set and change the schema.

Create collection for loading the data into solr

Open the browser and go to the Solr. Select the collection and load the data

Query 1:

Films by Sekhar

Query 2:

Films which come under the genre Adventure

Query 3:

Films which are released after 2006-11-30

Query 4:

Film name and genre which consist 'harry'

Query 5:

Films released on date 2004-10-15

PART-2

BOOKS DATASET

Download the data set and change the schema.

Create collection for loading the data into solr

Open the browser and go to the Solr. Select the collection and load the data

Query -1

Name, author, price of Sci-Fi genre books

Query-2

Displaying the books which are in stock.

Query-3

Displaying the books whose author is George R.R. Martin and which are in stock

Query-4

Details of books whose price is above $6.99 and which are in stock

Query-5

The books which come under the series A Song of Ice and Fire