You cannot post messages because only members can post, and you are not currently a member.
Description:
A user group for elasticsearch
|
|
|
Boosting based on a child document's field
|
| |
Consider an index having the types 'primary' and 'meta', the latter being a child of the former: curl -XPUT '[link] -d ' { "meta" : { "_parent": {"type":"primary"}, "properties":{ "rating" : {"type":"integer", "store":true}, } } ...'... more »
|
|
AbstractRestReponse childs does not have addHeader available!!!!???
|
| |
Hi guys, Im doing this BytesRestResponse bresponse = new BytesRestResponse(binary, _mimes.get(format) ); channel.sendResponse(bresponse ); and its ok but I want to use custom headers and I have seen that AbstractRestResponse has a method addHeader(String, String) but none of the abstract class childs has the method already available.... more »
|
|
Nested sort and nested filter on v0.9
|
| |
I'm having some difficulties with nested sort and nested filter, which I thought ElasticSearch v0.9 supported. I have some documents that are rated per user, and would like to get results sorted by the users ratings. The following commands show my intent: curl -XPUT '[link] -d '... more »
|
|
geo_distance filter
|
| |
Hi, I'm using the geo_distance filter to lookup a list of vehicle dealers within a radius starting from a GeoPoint location. The problem is that the returned terms facets ignore the filter and return the whole count. Is there any way to get the facets aware of the filters the same as with queries or to achieve the same thing with the geo_shape query ?... more »
|
|
include-in-all and include-in-root
|
| |
I am not clear on the usage of include-in-all and include-in-root. Could someone please explain with some examples or point to some good references
|
|
How can I use elasticsearch-hadoop plugin?
|
| |
Hi all, This question may be too easy, but I am a new in elasticsearch. so..... I want to use elasticsearch-hadoop plugin, but it is not working. Here is my code. public static void main(String[] args) throws Exception { Configuration configuration = new Configuration(); String query = "twitter/tweet/_search?routing =kimchy";... more »
|
|
getting entire hierarchy in parent child type
|
| |
I have a tree like document structure and using parent child mapping. Using hasChildQuery and hasParentQuery I can get the immediate parent and children. Does elasticsearch support some filter and/or some querybuilder combination mechanism for returning entire hierachy i.e. all documents occur between matching node (at some level) till root node(docment)*... more »
|
|
|