Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-7473

range facet should support mincount

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 5.2
    • Facet Module
    • None

    Description

      Just like field faceting, range faceting should support the "mincount" variable to limit buckets by minimum count.

      Example:

      json.facet={
        prices : {
          type : range,
          field : price,
          mincount : 1,
          start:0, end:100, gap:10
        }
      }
      

      Attachments

        1. SOLR-7473.patch
          5 kB
          Yonik Seeley

        Activity

          People

            Unassigned Unassigned
            yseeley@gmail.com Yonik Seeley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: