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

CollapseQParser missleading error on TextField: 64 bit numeric collapse fields are not supported"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 8.2
    • None
    • None

    Description

      An IRC user asked about the error "64 bit numeric collapse fields are not supported" when doing a query like this where subTitle is a TextField...

      fq={!collapse+field%3DsubTitle}
      

      The code in question looks roughly like this...

      if (collapseFieldType instanceof StrField) {
         ...
      }  else if (collapseFieldType instanceof TrieIntField ||
                    collapseFieldType instanceof TrieFloatField) {
         ...
      } else {
         throw new IOException("64 bit numeric collapse fields are not supported");
      }
      

      Attachments

        1. SOLR-9409.patch
          5 kB
          Munendra S N
        2. SOLR-9409.patch
          7 kB
          Munendra S N

        Activity

          People

            munendrasn Munendra S N
            hossman Chris M. Hostetter
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: