A work-around could be to run a terms aggregation on the _uid field in order to get the uids back. But beware that this will require loading field data for the _uid field, which can be quite expensive.
On Wed, Apr 23, 2014 at 8:37 AM, Pratikshya Kuinkel <[email protected]>wrote: > Is there any work around to this problem? How can I know which documents > belonged to the bucket? Can it at least return id of the document? > > > On Thursday, March 20, 2014 9:25:55 PM UTC+11, Adrien Grand wrote: > >> Hi, >> >> Unfortunately, this is not possible, aggregations cannot return whole >> documents today. >> >> >> On Wed, Mar 19, 2014 at 1:07 AM, Erich Lin <[email protected]>wrote: >> >>> It seems aggregation will return the count of documents for each bucket. >>> >>> Can I also retrieve the documents within each bucket that matched that >>> bucket criteria? >>> >>> -- >>> 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 [email protected]. >>> >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/elasticsearch/0e5c1001-e3bb-4345-849e-3b77816411d8% >>> 40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/0e5c1001-e3bb-4345-849e-3b77816411d8%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Adrien Grand >> > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/2e469e40-25c2-46b3-9f0e-79b1b6544423%40googlegroups.com<https://groups.google.com/d/msgid/elasticsearch/2e469e40-25c2-46b3-9f0e-79b1b6544423%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Adrien Grand -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j4dM2EsqegWDb64mMaaQbK%3DoFukXQqds4xwR2nHbRTSWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
