Skip to content

Slash10241/DD2477_Search_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DD2477_Search_Project

Code for Information Retrieval project

Project Structure

This repository is organized into multiple directories, each containing its own README with instructions for running that specific part of the project.

To run the demo, please refer to the README inside the ⁠ engine ⁠ directory.

Local elasticsearch setup

  1. Install docker

  2. Run the following:

curl -fsSL https://elastic.co/start-local | sh

This will create a local Elasticsearch and Kibana setup and a elastic-start-local directory with a .env file with passwords and the API key. After installing the services will be running on the following ports:

Test the connection with:

cd elastic-start-local/
source .env
curl $ES_LOCAL_URL -H "Authorization: ApiKey ${ES_LOCAL_API_KEY}"
  1. To stop the services, run:
cd elastic-start-local
./stop.sh
  1. To start the services again, run:
cd elastic-start-local
./start.sh
  1. Uninstall:
cd elastic-start-local
./uninstall.sh

About

Code for Information Retrieval project

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages