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

"unknown highlighter type" in elasticsearch 1.4.3 #11

Open
sschuerz opened this issue Mar 10, 2015 · 2 comments
Open

"unknown highlighter type" in elasticsearch 1.4.3 #11

sschuerz opened this issue Mar 10, 2015 · 2 comments

Comments

@sschuerz
Copy link

I've now tried to use the experimental highlighter in elasticsearch 1.4.3, but I get the error "unknown highlighter type [experimental] ...".
Is elasticsearch 1.4.3 not yet supported or did I hit a bug here?

Here is a minimal scenario that gives me the error message:

PUT test_experimental_highlighter

POST test_experimental_highlighter/test_type/
{
  "field": "value"
}

GET test_experimental_highlighter/_search
{
  "query": {
    "match": {
      "field": "value"
    }
  },
  "highlight": {
    "type": "experimental",
    "fields": {
      "*": {}
    }
  }
}

Also, the plugin does not show up in the _nodes endpoint of my elasticsearch installation ...

@nik9000
Copy link
Contributor

nik9000 commented Mar 11, 2015

It should work if you use 1.4.1.

@nik9000
Copy link
Contributor

nik9000 commented Apr 28, 2015

Just trying to clear these out - if it doesn't show up in the _nodes endpoint it looks like the plugin isn't loading at all. Did you restart after installing it? Are you sure the jars are in the plugins directory?

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

No branches or pull requests

2 participants