You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ beer-search
2014/10/01 10:04:21 GOMAXPROCS: 1
2014/10/01 10:04:21 Creating new index...
2014/10/01 10:04:21 no analyzer with name or type 'en' registered
$
using latest bleve and beer-search
The text was updated successfully, but these errors were encountered:
Right now the beer-search app only works when it is built with the en analyzer. The end analyzer requires some C libraries and is only built by including build tags.
go build -tags full
I'm working on some changes to make the end analyzer pure go which will fix this. Until then I'll leave this issue open.
$ beer-search
2014/10/01 10:04:21 GOMAXPROCS: 1
2014/10/01 10:04:21 Creating new index...
2014/10/01 10:04:21 no analyzer with name or type 'en' registered
$
using latest bleve and beer-search
The text was updated successfully, but these errors were encountered: