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

Content of some fields not return in streaming expressions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 8.7
    • None
    • streaming expressions
    • None

    Description

      in the query window I get

      with query `canonical_type:"<http://ns.ontoforce.com/ontologies/integration_ontology#ClinicalStudy>" AND Collaborator_ss:"<http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions>"`

       

      ```
       
      {{

      { "Collaborator_ss":["<http://ns.ontoforce.com/organization/clinical_trials/nct01133327/cro_genae>", "<http://ns.ontoforce.com/organization/clinical_trials/nct00000173/massachusetts_general_hospital>", "<http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions>", "<http://ns.ontoforce.com/organization/clinical_trials/nct00029536/beth_israel_deaconess_medical_center>"], "Collaborator_rt_source_ss":["http://ns.ontoforce.com/organization/clinical_trials/nct00029536/beth_israel_deaconess_medical_center", "http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions", "http://ns.ontoforce.com/organization/clinical_trials/nct01133327/cro_genae", "http://ns.ontoforce.com/organization/clinical_trials/nct00000173/massachusetts_general_hospital"], "id":"http://identifiers.org/clinicaltrials/NCT01133327"}

      ,}}

      while in streaming expressions with query

      ```

      search(core_data, q="canonical_type:\"<http://ns.ontoforce.com/ontologies/integration_ontology#ClinicalStudy>\" AND Collaborator_ss:\"<http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions>\"", qt:"/export", fl="id, label,Collaborator_rt_source_ss, Collaborator_ss", sort="id asc", rows=10)

      ```

      The result

      ```
       
      {{ {
      "id": "http://identifiers.org/clinicaltrials/NCT00981058",
      "label": "First-line Treatment of Participants With Stage IV Squamous Non-Small Cell Lung Cancer With Necitumumab and Gemcitabine-Cisplatin",
      "Collaborator_rt_source_ss": [
      "http://ns.ontoforce.com/organization/clinical_trials/nct00981058/intertek",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00981058/thermo_fisher_scientific",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00774748/laboratory_corporation_of_america",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00002347/parexel",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00000326/university_of_colorado__denver",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00981058/pacific_biomarkers",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00006397/ppd",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00981058/sysmex_inostics_gmbh",
      "http://ns.ontoforce.com/organization/clinical_trials/nct00057616/icon_clinical_research"
      ],
      "Collaborator_ss": [
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      "",
      ""
      ]
      },}}```

       

       So the field Collaborator_ss (whihc contains the same content of like the field Collaborator_rt_source_ss but with enclosing `<>` returns an empty string !?

      Same field type *_ss, otherwise same content

       

      BTW tried adding screenshot and did not work

      Attachments

        Activity

          People

            Unassigned Unassigned
            kennyKnecht Kenny Knecht
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: