ActionRequest support for BulkProcessor in the Java API

2015-03-26 Thread Andre Encarnacao
Hi, I'm wondering why BulkProcessor (and BulkRequest) only supports IndexRequest, UpdateRequest, and DeleteRequests, and not SearchRequests? I'd like to be able to use Bulk Processor for processing multiple queries instead of having to use the MultiSearch API. Is this not possible? And if so,

Can elasticsearch tribe nodes connect to other tribe nodes?

2014-12-10 Thread Andre Encarnacao
I'm wondering if elasticsearch can support a hierarchy of tribe nodes. For example, let's say we have a tribe node (A) connected to a set of 5 clusters, and then a tribe node (B) connected to a set of 3 clusters. Can we create a super tribe node (C) that connects to just tribe nodes A B for

Re: Creating Dynamic Dashboard with Kibana

2014-07-23 Thread Andre Encarnacao
I am actually wondering the same thing. Is there a way to query ES from within a Kibana dashboard script in order to make decisions on how to layout our dashboard? I tried using the ElasticSearch-js API (copy and pasted the entire API into the dashboard script) but there's no way to use the

Re: Bug in Java PutMapping API?

2014-02-28 Thread Andre Encarnacao
? Afaics from the guide ( http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/mapping-core-types.html) neither of these things are supported, so is it that surprising that elasticsearch drops the invalid attributes? On Wednesday, February 26, 2014 11:51:32 PM UTC, Andre Encarnacao

Bug in Java PutMapping API?

2014-02-26 Thread Andre Encarnacao
I am trying to use the Java API (v1.0.0) to create a custom mapping for my index but have run into a problem. More specifically, some of my mapping fields (for example, format and index) are not being stored as part of the mapping in Elastic Search. In fact, the only field that is being stored