/CZ4034_sample1

Assignment Project for the Information Retrieval using SOLR IR system. The result is displayed using Django

Primary LanguageRoffMIT LicenseMIT

CZ4034

Assignment Project for the Information Retrieval

To run SOLR

Open cmd in the repository folder and enter the following command:
cd solr/bin    
solr start

image

Open on the web borwser the following url:

localhost:8983

image

Select the core to tweets. You get the options on the left side.

To enter a query, click on query and enter your query under q. For example, tweet:"corona"

image

To open the our website

Open cmd in the repository folder and enter the following command:

cd Corona_virus    
python manage.py runserver

image

image