I want to fork a suggester for elasticsearch from Github.
I’m following the steps on the website, I’m asked to run the following code:
git://github.com/spinscale/elasticsearch-suggest-plugin.git
Which class shall I run it in ? and shall I create a new project for it or shall I run it in my current project?
I’m working with eclipse and play framework.
The only line where I see “
git://github.com/spinscale/elasticsearch-suggest-plugin.git” at the GitHub elasticsearch-suggest-plugin page is:So this line is about cloning locally that repo to run the plugin.
It is not about a “class to run”. It is an address that the DVCS (Distributed Version Control System) Git must use to clone the repo.