diff --git a/report/report.pdf b/report/report.pdf index ca29867..188943b 100644 Binary files a/report/report.pdf and b/report/report.pdf differ diff --git a/report/report.tex b/report/report.tex index 750fb41..426cea8 100644 --- a/report/report.tex +++ b/report/report.tex @@ -41,8 +41,7 @@ The installation of the project and population of the test collection with the scraped documents is automated by a single script. The script requires you have downloaded \textit{Solr} version 8.6.2. as a ZIP file, i.e.\ the same \textit{Solr} ZIP we had to download during lab lectures. Should you need to -download a copy of the ZIP file, you can find it here (on USI's onedrive -hosting): \url{http://to-do.com/file}. +download a copy of the ZIP file, you can find it here: \url{https://maggioni.xyz/solr-8.6.2.zip}. Clone the project's git repository and position yourself with a shell on the project's root directory. Then execute this command: @@ -52,7 +51,7 @@ project's root directory. Then execute this command: ./solr_install.sh {ZIP path} \end{minted} -where \texttt{} is the path of the ZIP file mentioned earlier. This +where \texttt{\{ZIP path\}} is the path of the ZIP file mentioned earlier. This will install, start, and update \textit{Solr} with the test collection. \subsection{UI installation}