0 Forks
0 Stars
0 Watchers

Elastic-Search

The goal of this project is to become familiar with the process of installing and starting Elasticsearch. Elasticsearch is an information retrieval system that can index documents as we saw in class and can respond to queries. This assignment will help you begin to understand how modern search engines work, and how documents and queries can be represented for information retrieval tasks.

How to download and setup Elastic-Search

Open terminal and run command
git clone https://github.com/MahtabEK/Elastic-Search.git
git clone is used to create a copy or clone of Elastic-Search repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Elastic-Search https://github.com/MahtabEK/Elastic-Search/archive/master.zip

Or simply clone Elastic-Search with SSH
[email protected]:MahtabEK/Elastic-Search.git

If you have some problems with Elastic-Search

You may open issue on Elastic-Search support forum (system) here: https://github.com/MahtabEK/Elastic-Search/issues