Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Language:
Group categories: Not categorized
More group info »
Discussions
View:  Topic list, Topic summary « Newer  Topics 11 - 20 of 6685  Older »

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 »
By koikahin  - May 22 - 1 new of 1 message    

add custom headers in AbstractRestResponse childs alternatives 
  Howdy guys!! I have tried to use the addHeaders that comes with the not yet available new code of AbstractRestReponse without noticing that the modification is just a few days ago... it should be in my 0.90 jar but its not... (this drove me crazy) [link] (note... more »
By David G Ortega  - May 22 - 2 new of 2 messages    

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 »
By David G Ortega  - May 22 - 3 new of 3 messages    

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 »
By Andreas Garnęs  - May 22 - 1 new of 1 message    

Does 0.90.0 support sorting on string fields with missing set to _last? 
  Hi, Issue #896 <[link]>(Sort: Support "missing" specific handling, include _last, _first, and custom value for string values) is closed. clintongormley <[link]> commented that this is supported for numbers, dates, *strings*, and geo-locations as of 0.90.0.RC2.... more »
By Luk Morbee  - May 22 - 1 new of 1 message    

Stored field with no _source does not display when on query 
  Hey, Wanted to know if this is a desired behavior (seems like it shouldnt be, after reading [link] ) I have an index where i disabled _source and _all, but i did set "store" : "yes" on a field. when I query (using head plugin), I can query my field for terms, and get... more »
By Shlomi  - May 22 - 3 new of 3 messages    

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 »
By Mehrez Marouani  - May 22 - 3 new of 3 messages    

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
By Chetana  - May 22 - 1 new of 1 message    

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 »
By Hoony  - May 22 - 1 new of 1 message    

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 »
By Chetana  - May 22 - 1 new of 1 message    

11 - 20 of 6685   « Newer | Older »

XML       Send email to this group: elasticsearch@googlegroups.com