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

Arun Kumar updated SOLR-5423:
-----------------------------

    Attachment: SOLR-5423.patch

Hi Steve,

Thanks for your review, I have attached an updated patch.

1. I removed the new method getOriginalNameForFunctionField() instead as you 
suggested I updated the getName() of ValueSourceAugmenter. There are no impacts 
because of this change, I tested the unit test case
covering this ValueSourceAugmenter.

2. Made correction as you & Hoss suggested

3. Covered additional unit test without alias names and single/multiple 
functions in query

-Arun

> CSV output doesn't include function field
> -----------------------------------------
>
>                 Key: SOLR-5423
>                 URL: https://issues.apache.org/jira/browse/SOLR-5423
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.4
>            Reporter: James Wilson
>         Attachments: SOLR-5423.patch
>
>
> Given a schema with 
>    <field name="price"  type="float" indexed="true" stored="true"/>
>    <field name='numpages' type='int' indexed='true' stored='true'/>
>   
> the following query returns no rows:
> http://localhost:8983/solr/collection1/select?q=*%3A*&rows=30&fl=div(price%2Cnumpages)&wt=csv&indent=true
> However, setting wt=json or wt=xml, it works.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

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

Reply via email to