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

Issue with Multivalued fields when using UIMA

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 6.0
    • 5.5, 6.0
    • contrib - UIMA
    • None

    Description

      When using any of UIMA addons on a multivalued fields, only the first row of the field gets processed and UIMA update ignores the remaining rows.
      This bug caused by "getTextsToAnalyze" method in "UIMAUpdateRequestProcessor" class. SolrInputDocument
      .getFieldValue must be changes to olrInputDocument
      .getFieldValues and the result must be an array not a single variable.

      Attachments

        1. SOLR-6622.patch
          2 kB
          Maryam Khordad

        Issue Links

          Activity

            People

              teofili Tommaso Teofili
              mkhordad Maryam Khordad
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: