How to get just certain fields on query time?

2014-05-24 Thread Tom
Hi, is there a way to get just parts of _source on query time? Thx Tom -- 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

Re: How to get just certain fields on query time?

2014-05-24 Thread Nikolas Everett
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-source-filtering.html On Sat, May 24, 2014 at 8:54 PM, Tom t.opp...@superreal.de wrote: Hi, is there a way to get just parts of _source on query time? Thx Tom -- You received this message because you

Re: How to get just certain fields on query time?

2014-05-24 Thread Clinton Gormley
Yes, with source filtering: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-source-filtering.html#search-request-source-filtering On 24 May 2014 20:54, Tom t.opp...@superreal.de wrote: Hi, is there a way to get just parts of _source on query time? Thx

Re: How to get just certain fields on query time?

2014-05-24 Thread Tom
Perfect, thx guys !! Am Samstag, 24. Mai 2014 20:57:49 UTC+2 schrieb Nikolas Everett: http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-request-source-filtering.html On Sat, May 24, 2014 at 8:54 PM, Tom t.op...@superreal.de javascript:wrote: Hi, is there a