You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Munendra S N (JIRA)" <ji...@apache.org> on 2019/07/08 15:56:00 UTC

[jira] [Updated] (SOLR-6672) function results' names should not include trailing whitespace

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

Munendra S N updated SOLR-6672:
-------------------------------
    Attachment: SOLR-6672.patch

> function results' names should not include trailing whitespace
> --------------------------------------------------------------
>
>                 Key: SOLR-6672
>                 URL: https://issues.apache.org/jira/browse/SOLR-6672
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>            Reporter: Mike Sokolov
>            Priority: Minor
>         Attachments: SOLR-6672.patch
>
>
> If you include a function as a result field in a list of multiple fields separated by white space, the corresponding key in the result markup includes trailing whitespace; Example:
> {code}
> fl="id field(units_used) archive_id"
> {code}
> ends up returning results like this:
> {code}
>       {
>         "id": "nest.epubarchive.1",
>         "archive_id": "urn:isbn:97849D42C5A01",
>         "field(units_used) ": 123
>                           ^
>       }
> {code}
> A workaround is to use comma separators instead of whitespace
> {code} 
> fl="id,field(units_used),archive_id"
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org