Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Following up on questions

if I understand correctly, to get the number of matches per price intervals in Solr, here are the different ways one can use:

  • per static price intervals:
    • facet.range
    • facet.query
  • per dynamic price intervals

To get only price min and price max:

  • for the field "price" on the whole index: StatsComponent

Now my question is: I can get result grouping work OK, but how to get price min and max on each group (&group=true). Is there a Solr JIRA associated with it ?

Lucene JIRA 3097: Post group faceting does presents results in global facets and not in "per group" results.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.