Benjamin POUSSIN created SOLR-4524:
--------------------------------------

             Summary: ReturnFields could not support hash '#' in filed name 
                 Key: SOLR-4524
                 URL: https://issues.apache.org/jira/browse/SOLR-4524
             Project: Solr
          Issue Type: Bug
          Components: search
    Affects Versions: 4.1
            Reporter: Benjamin POUSSIN


If some fields start with '#' and we try to put it in fl param, this field and 
all next fields are not in response document

With query:

  q=*:*&fl=score,#id,myOtherField

Document response is like:

   SolrDocument{score=3.809621}

is bug is similar to SOLR-2719 and SOLR-4374

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to