Question buds,
Anyone run into this error before?
"{"error":"IndexMissingException[[_percolator] missing]","status":404}"?
I'm following
(http://www.elasticsearch.org/guide/reference/api/percolate.html) verbatim,
running on 0.19.11.
I'm now going down the road of creating an index called "_percolator", but
that doesn't seem at all correct...
Thoughts?
-Adam
--
Did you register any queries before percolating, with an existing index
name and type?
On Thu, Dec 6, 2012 at 10:14 PM, Adam Georgiou apg552@gmail.com wrote:
Question buds,
Anyone run into this error before?
"{"error":"IndexMissingException[[_percolator] missing]","status":404}"?
I'm following (
http://www.elasticsearch.org/guide/reference/api/percolate.html)
verbatim, running on 0.19.11.
I'm now going down the road of creating an index called "_percolator", but
that doesn't seem at all correct...
Thoughts?
-Adam
--
--
I've created a test index, and then do the following, and it gives me the
above error.
curl -XPUT localhost:9200/_percolator/test/kuku -d '{
"query" : {
"term" : {
"field1" : "value1"
}
}
}'
It would seem that the _percoloator index needs to be created explicitly,
but the documentation doesn't allude to that as far as I've
read/understood. I could just be thick in the head...
On Thursday, December 6, 2012 3:18:29 PM UTC-5, Itamar Syn-Hershko wrote:
Did you register any queries before percolating, with an existing index
name and type?
On Thu, Dec 6, 2012 at 10:14 PM, Adam Georgiou <apg...@gmail.com<javascript:>
wrote:
Question buds,
Anyone run into this error before?
"{"error":"IndexMissingException[[_percolator] missing]","status":404}"?
I'm following (
http://www.elasticsearch.org/guide/reference/api/percolate.html)
verbatim, running on 0.19.11.
I'm now going down the road of creating an index called "_percolator",
but that doesn't seem at all correct...
Thoughts?
-Adam
--
--
See automatic index creation
http://www.elasticsearch.org/guide/reference/api/index_.html
On Thu, Dec 6, 2012 at 10:23 PM, Adam Georgiou apg552@gmail.com wrote:
I've created a test index, and then do the following, and it gives me the
above error.
curl -XPUT localhost:9200/_percolator/test/kuku -d '{
"query" : {
"term" : {
"field1" : "value1"
}
}
}'
It would seem that the _percoloator index needs to be created explicitly,
but the documentation doesn't allude to that as far as I've
read/understood. I could just be thick in the head...
On Thursday, December 6, 2012 3:18:29 PM UTC-5, Itamar Syn-Hershko wrote:
Did you register any queries before percolating, with an existing index
name and type?
On Thu, Dec 6, 2012 at 10:14 PM, Adam Georgiou apg...@gmail.com wrote:
Question buds,
Anyone run into this error before?
"{"error":"**IndexMissingException[[_**percolator]
missing]","status":404}"?
I'm following (http://www.elasticsearch.org/**
guide/reference/api/percolate.**htmlhttp://www.elasticsearch.org/guide/reference/api/percolate.html)
verbatim, running on 0.19.11.
I'm now going down the road of creating an index called "_percolator",
but that doesn't seem at all correct...
Thoughts?
-Adam
--
--
--
You, my friend, are awesome.
Thanks.
On Thu, Dec 6, 2012 at 3:26 PM, Itamar Syn-Hershko itamar@code972.comwrote:
See automatic index creation
http://www.elasticsearch.org/guide/reference/api/index_.html
On Thu, Dec 6, 2012 at 10:23 PM, Adam Georgiou apg552@gmail.com wrote:
I've created a test index, and then do the following, and it gives me the
above error.
curl -XPUT localhost:9200/_percolator/test/kuku -d '{
"query" : {
"term" : {
"field1" : "value1"
}
}
}'
It would seem that the _percoloator index needs to be created explicitly,
but the documentation doesn't allude to that as far as I've
read/understood. I could just be thick in the head...
On Thursday, December 6, 2012 3:18:29 PM UTC-5, Itamar Syn-Hershko wrote:
Did you register any queries before percolating, with an existing index
name and type?
On Thu, Dec 6, 2012 at 10:14 PM, Adam Georgiou apg...@gmail.com wrote:
Question buds,
Anyone run into this error before?
"{"error":"**IndexMissingException[[_**percolator]
missing]","status":404}"?
I'm following (http://www.elasticsearch.org/**
guide/reference/api/percolate.**htmlhttp://www.elasticsearch.org/guide/reference/api/percolate.html)
verbatim, running on 0.19.11.
I'm now going down the road of creating an index called "_percolator",
but that doesn't seem at all correct...
Thoughts?
-Adam
--
--
--
--
adamgeorgiou.com
--