Hi ,
I have been trying with nest types and am seeing the following error.
The command i tired , the error start everything is there in this gist -
gistfile1.txt
Commands -
curl -X PUT "localhost:9200/algotree" -d '{ "settings" : { "index" : { "number_of_shards" : 2, "number_of_replicas" : 1 },
"analysis" : {"analyzer":{"my_analyzer" : { "tokenizer" : "keyword", "filter" : ["icu_normalizer"] }}}
}}'
echo
curl -X PUT "localhost:9200/algotree/public/_mapping" -d '{
"public" :{
"properties" :{
"id" : { "type" : "string" } ,
This file has been truncated. show original
Scary thing here is that this error is issued only at times not always.
At times i get the required results.
ES version - .19
Thanks
Vineeth
Sorry , ES version is 0.18.5.
Thanks
Vineeth
On Tue, Mar 6, 2012 at 3:06 PM, Vineeth Mohan vineethmohan@algotree.com wrote:
Hi ,
I have been trying with nest types and am seeing the following error.
The command i tired , the error start everything is there in this gist -
gist:1985311 · GitHub
Scary thing here is that this error is issued only at times not always.
At times i get the required results.
ES version - .19
Thanks
Vineeth
kimchy
(Shay Banon)
March 6, 2012, 7:53pm
3
Upgrade to 0.19 (or latest 0.18) and see if it still happens.
On Tuesday, March 6, 2012 at 11:36 AM, Vineeth Mohan wrote:
Hi ,
I have been trying with nest types and am seeing the following error.
The command i tired , the error start everything is there in this gist - gist:1985311 · GitHub
Scary thing here is that this error is issued only at times not always.
At times i get the required results.
ES version - .19
Thanks
Vineeth
Confirming this is not observed in .19.
Thanks
VIneeth
On Wed, Mar 7, 2012 at 1:23 AM, Shay Banon kimchy@gmail.com wrote:
Upgrade to 0.19 (or latest 0.18) and see if it still happens.
On Tuesday, March 6, 2012 at 11:36 AM, Vineeth Mohan wrote:
Hi ,
I have been trying with nest types and am seeing the following error.
The command i tired , the error start everything is there in this gist -
gist:1985311 · GitHub
Scary thing here is that this error is issued only at times not always.
At times i get the required results.
ES version - .19
Thanks
Vineeth