- Build an Elasticsearch engine.
- Search an Elasticsearch index with appropriate queries.
- The Elasticsearch Engine was built with Elasticsearch and Python APIs on AWS EC2.
- Make sure Elasticsearch is running before building an index
- Command: python3 build_index.py sample_data.csv
- Example:
python3 build_index.py ./data/uci-news-aggregator.csv.zip
- Make sure Elasticsearch is running before searching an index
- Command: python3 search_index.py
- Example:
python3 search_index.py