0

i want to use facet on a particular field which is returned by a group query.I mean, say 100 docs are returned by the group query on field video_format and in those 100 docs a particular field say video_id value is same in different docs,so i want to facet with field name video_id so that i will get the count of those video ids for a particular video_format. Please help me if u have solution.

sanjib
  • 1
  • 3

1 Answers1

0

group.facet should allow you to facet on the group results.

Jayendra
  • 52,349
  • 4
  • 80
  • 90