now i see a different error for knapsack -
local@pldsvv-07:/var/elasticsearch/elasticsearch-0.90.3$ curl -XPUT
localhost:9200/test/test/1 -d '{"_source" : {"enabled" : true},
"key":"value 1"}'
{"ok":true,"_index":"test","_type":"test","_id":"1","_version":1}local@pldsvv-07
:/var/elasticsearch/elasticsearch-0.90.3$
local@pldsvv-07:/var/elasticsearch/elasticsearch-0.90.3$ curl -XGET
localhost:9200/test/test/1
{"_index":"test","_type":"test","_id":"1","_version":1,"exists":true,
"_source" : {"_source" : {"enabled" : true}, "key":"value
1"}}local@pldsvv-07:/var/elasticsearch/elasticsearch-0.90.3$
local@pldsvv-07:/var/elasticsearch/elasticsearch-0.90.3$
local@pldsvv-07:/var/elasticsearch/elasticsearch-0.90.3$ curl -XPOST
localhost:9200/test/test/_export
{"exports":,"totalExported":0,"_shards":{"total":5,"successful":0,"failed":5,"failures":[{"index":"test","shard":0,"reason":"BroadcastShardOperationFailedException[[test][0]
]; nested: SearchParseException[[test][0]: from[-1],size[-1]: Parse Failure
[Failed to parse source [na]]]; nested: SearchParseException[[test][0]:
from[-1],size[-1]: Parse Failure [No export fields defined]];
"},{"index":"test","shard":1,"reason":"BroadcastShardOperationFailedException[[test][1]
]; nested: SearchParseException[[test][1]: from[-1],size[-1]: Parse Failure
[Failed to parse source [na]]]; nested: SearchParseException[[test][1]:
from[-1],size[-1]: Parse Failure [No export fields defined]];
"},{"index":"test","shard":4,"reason":"BroadcastShardOperationFailedException[[test][4]
]; nested: SearchParseException[[test][4]: from[-1],size[-1]: Parse Failure
[Failed to parse source [na]]]; nested: SearchParseException[[test][4]:
from[-1],size[-1]: Parse Failure [No export fields defined]];
"},{"index":"test","shard":3,"reason":"BroadcastShardOperationFailedException[[test][3]
]; nested: SearchParseException[[test][3]: from[-1],size[-1]: Parse Failure
[Failed to parse source [na]]]; nested: SearchParseException[[test][3]:
from[-1],size[-1]: Parse Failure [No export fields defined]];
"},{"index":"test","shard":2,"reason":"BroadcastShardOperationFailedException[[test][2]
]; nested: SearchParseException[[test][2]: from[-1],size[-1]: Parse Failure
[Failed to parse source [na]]]; nested: SearchParseException[[test][2]:
from[-1],size[-1]: Parse Failure [No export fields defined]];
"}]}}local@pldsvv-07:/var/elasticsearch/elasticsearch-0.90.3$
any idea what i'm doing wrong here?
thanks
On Mon, Sep 16, 2013 at 11:19 AM, parul patel parulpatel25@gmail.comwrote:
have i got the _source field populated for this indiced based on this
data? it looks to me like that, but wanted to confirm.
local@slsdev-int-09u:/mnt/sl/elastic/elasticpm/clintongormley-Elasticsearch.pm-d68cd02$
curl -XGET 5.36.242.139:9200/test/test/1
{"_index":"test","_type":"test","_id":"1","_version":1,"exists":true,
"_source" : {"key":"value 1"}}local@slsdev-int-09u
:/mnt/sl/elastic/elasticpm/clintongor
i will log a ticket if i have got everything right.
On Sat, Sep 14, 2013 at 8:19 AM, joergprante@gmail.com <
joergprante@gmail.com> wrote:
It is possible there are less docs in the index than shards are in the
index. Please open an issue on the knapsack github issues. I will have a
look.
Issues · jprante/elasticsearch-knapsack · GitHub
Jörg
--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/Pf1tLdAtIp8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.