default "fl" in solrconfig.xml does not recognize 'score' as a field
--------------------------------------------------------------------

                 Key: SOLR-2639
                 URL: https://issues.apache.org/jira/browse/SOLR-2639
             Project: Solr
          Issue Type: Bug
          Components: SearchComponents - other
    Affects Versions: 4.0
         Environment: 4.0 trunk
            Reporter: Tao Cheng
            Priority: Minor


Got the following exception when query SOLR without explicitly specifying 
"&fl". In my solrconfig.xml, I set default value of "fl" to some fields 
including 'score'.

"type Status report
message undefined field score
description The request sent by the client was syntactically incorrect 
(undefined field score)."

I didn't have such error in my march trunk build. Note that when I set "&fl=", 
all fields except 'score' are returned. In the March trunk build, "&fl=" still 
makes SOLR returns all the default fields specified in solrconfig.xml.

--
This message is automatically generated by JIRA.
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