

solr start

solr create_core -c demo1 -p 8983

java -Dc=demo1 -Durl=http://localhost:8983/solr/demo1/update/ -Dtype=application/json -jar ../example/exampledocs/post.jar "C:/Users/suchi/OneDrive/MSc_Datascience/BigDataHadoop/Slides/Solr/raw_500data.json"


http://localhost:8983/solr/demo1/select?indent=on&q=*:*&wt=json


http://localhost:8983/solr/demo1/select?q=black&mlt=true&mlt.fl=genre&mlt.mindf=1&mlt.mintf=1&fl=id,score,headline,category&df=category




