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

add "method" parameter to terms facets

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 5.4
    • Facet Module
    • None

    Description

      Allow specifying an execution hint for terms facets.

      Proposed values:

      • method:uif, for an indexed multi-valued field without docvalues, use top-level UnInvertedField method of faceting, which generally gives better performance for non-NRT use cases
      • method:dv, for an indexed multi-valued field without docvalues, use heap DocValues created on-the-fly, which generally gives better performance for NRT use cases
      • method:stream, to calculate buckets on the fly while returning the response. Does not support all options.
      • method:enum - not implemented yet
      • method:smart - solr should choose best (default, but not really implemented yet)

      Attachments

        1. SOLR-8217.patch
          25 kB
          Yonik Seeley

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: