This repository was archived by the owner on Dec 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Can't use langdetect mapping #6
Comments
I'm unable to reproduce.
curl -XDELETE localhost:9200/test
curl -XPUT localhost:9200/test
curl -XPOST localhost:9200/test/article/_mapping -d '
|
Update to 0.90.5+ recommended. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've just started using your plugin (very impressive!) and I'm running into a small issue with version 2.0.
When creating a map having a type=langdetect I get an error:
e.g.
curl -XPOST localhost:9200/test/article/_mapping -d '
{
"article" : {
"properties" : {
"content" : { "type" : "langdetect" }
}
}
}'
I receive an exception and mapping is not created.
[2013-10-24 11:39:57,096][WARN ][transport.netty ] [Aardwolf] Message not fully read (response) for [673] handl
er org.elasticsearch.action.support.master.TransportMasterNodeOperationAction$4@4dc51e57, error [true], resetting
However, when running the same command using the prior plugin version I get a successful response.
The text was updated successfully, but these errors were encountered: