TermFirstPassGroupingCollector loads all terms for a given group-by field, through FieldCache.
Is it possible to instruct the class to group only pruned terms of a field, based on a user-supplied query [RangeQuery, TermQuery etc...] This way, only pruned terms are grouped and all others are ignored Is such a pre-processing step possible in group-by query? -- Ravi