{"error":"PercolatorException[[es-storm] failed to parse query [1]]; nested: QueryParsingException[[es-storm] Strict field resolution and no field mapping can be found for the field with name [tweet]]; ","status":500}
curl -XGET 'http://localhost:9200/es-storm/storm-tweets/_percolate' –d '{
"doc" : {
"tweet" : "I can't believe that I can now analyse trends from the hadoop data in a snap using Elasticsearch-Hadoop."
}
}'
Which doesn't happen, as it gives me the errors that I mentioned in the previous posts.
Can you please tell me which version you want to know?
I am able to run the first and second queries, but when I try to run the third (percolate) query it doesn't run. It still waits for something to be done:
[eshadoop@localhost ~]$ curl -XGET http://localhost:9200/es-storm/storm-tweets/_percolate -d '
{
"doc" : {
"tweet" : "I can't believe that I can now analyze trends from hadoop data in a snap using Elasticsearch-Hadoop."
}
}';
>
>
>
I don't know where I went wrong. Can you please look into it. Help would be greatly appreciated. Thanks in advance.
So many changed from that version. It has been completely rewritten since then.
1.x is not supported anymore. So start a 5.4.2 version and play with this version instead.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.