ICP 6 - a190884810/Big-Data-Programming GitHub Wiki

Lesson 6

Tiancheng Xie 18

Solr Set up

Fill Film data into Solr

  • Meta data changed. All text changed to string type except id.
  • Change all fields to no required property, so empty data is accepted.

Schema change

  • locate the schema file

Qurey implementation

  • First one

  • select initial datas from 2004-3-2 to 2006-3-2

  • Second

  • Search all Lennon in directed By

  • Third

  • Search all commedy in Genre

  • Fourth

  • Search all id range from 0 to 100

  • Fifth

  • Search all name with string 45+...

  • Fifth

  • Search all name with string 45+...

For book data

  • First

  • Fantasy book search

  • Second

  • Price + Authur name search

  • Third

  • Price + Authur name search

  • Fourth

  • Series search

  • Fifth

  • Boolean Operator