Myrsmeden / tagcloud

A facelift of the Software Engineering project from Findwise, originally conducted in 2016. The tagcloud is a website where the hashtag usage is displayed in a tag cloud, divided by which political parties the account is following
0 stars 0 forks source link

elastic library change #4

Open fippli opened 6 years ago

fippli commented 6 years ago

Take a look at https://gopkg.in/olivere/elastic.v5 Swap all go get github.com/olivere/elastic for go get gopkg.in/olivere/elastic.v5. Then swap all imports

import (
"github.com/olivere/elastic"
)

for

import (
"gopkg.in/olivere/elastic.v5"
)
fippli commented 6 years ago

Then i succeeded to build with docker-compose build. I havent managed to get a new front end served though.

fippli commented 6 years ago

Sometimes it doesn't work, but I suspect that is because I have a slow internet connection here.

fippli commented 6 years ago

Whoop! Got it to work =)