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

Admin UI displays -1 for term count in multiValued fields

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.4, 6.0
    • None
    • None

    Description

      I thought this had been a JIRA before, but I couldn't find it. Problem is that LukeRequestHandler.getDetailedFieldInfo gets the count by this line:

      tiq.distinctTerms = new Long(terms.size()).intValue();

      which is -1 at least for multiValued fields. I'll attach a patch in a second that just counts things up. It worked last night, but it was late.

      I obviously don't understand what's up with MultiTerms.size() is hard-coded to return -1. Can anyone shed light on this? Or see the two-line change and see if it makes sense?

      Attachments

        1. SOLR-5039.patch
          1 kB
          Erick Erickson

        Activity

          People

            erickerickson Erick Erickson
            erickerickson Erick Erickson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: