Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when starting no analyzer with name or type 'en' registered #2

Open
kapilt opened this issue Oct 1, 2014 · 1 comment
Open

Comments

@kapilt
Copy link

kapilt commented Oct 1, 2014

$ 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

@mschoch
Copy link
Contributor

mschoch commented Oct 1, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants