Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 570 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 570 Bytes

elastic-search-dsl-query

A simple task from Information Retrieval course. Running multiple queries on a dataset using elastic search.

Usage Guide

  1. Download the fiddibo_books.csv dataset file from here and place it beside the project (beside the preprocessing.ipynb file).

  2. Run all the sections in preprocessing.ipynb file sequentially.

  3. Install and run elasticsearch service on your localhost.

  4. Run insert_data_into_elk.py.

  5. Query the database.