You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erick Erickson (JIRA)" <ji...@apache.org> on 2013/03/03 14:11:12 UTC

[jira] [Resolved] (SOLR-4524) ReturnFields could not support hash '#' in filed name

     [ https://issues.apache.org/jira/browse/SOLR-4524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erick Erickson resolved SOLR-4524.
----------------------------------

    Resolution: Invalid

I'm going to close this one as I think it's highly unlikely that Solr will be changed to support # in field names. You'll save yourself a world of pain by using letters, numbers and underscores.

We can re-open this if others have an interest in fixing this.
                
> 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
>              Labels: field, fl, query, queryparser
>
> 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}
> this 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org