TechnionTDK / jbs-ir

0 stars 0 forks source link

install and query Solr on linux machine #1

Closed DimaTunik closed 7 years ago

DimaTunik commented 7 years ago
  1. install Solr on linux
  2. pull JSON files from jbs-text
  3. build Solr core
  4. index the documents in the JSON files
  5. test Solr with some queries
DimaTunik commented 7 years ago
  1. solr was installed on tdk2 machine
  2. json files were pulled but needed to be processed by us before indexing each json file will be split to many json files so each json containes one perush
  3. new core was created
  4. one file was indexed "tanach-1-Rashi.json"
  5. couldn't test the index on tdk2 because Hebrew queries via terminal threw exceptions , instead we installed solr on Dima's t2 linux machine and were able to query the index in Hebrew through the Admin Tool (GUI on localhost:8983)