[ 
https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878198#action_12878198
 ] 

Chris A. Mattmann commented on SOLR-1925:
-----------------------------------------

Updated patch forthcoming. I tested it out by doing e.g.,:

{code}
http://localhost:8080/solr/select/?wt=csv&excel=true&delimeter=;&q=%28taxonomy_term%3A%22Medicaid+Applications%22%29&start=0&rows=10&fl=site_id,site_name,site_hours,foo
{code}

where I knew that "foo" wasn't a valid field, and thus would have no value in 
the resultant doc. 

> CSV Response Writer
> -------------------
>
>                 Key: SOLR-1925
>                 URL: https://issues.apache.org/jira/browse/SOLR-1925
>             Project: Solr
>          Issue Type: New Feature
>          Components: Response Writers
>         Environment: indep. of env.
>            Reporter: Chris A. Mattmann
>             Fix For: Next
>
>         Attachments: SOLR-1925.Mattmann.053010.patch.2.txt, 
> SOLR-1925.Mattmann.053010.patch.3.txt, SOLR-1925.Mattmann.053010.patch.txt
>
>
> As part of some work I'm doing, I put together a CSV Response Writer. It 
> currently takes all the docs resultant from a query and then outputs their 
> metadata in simple CSV format. The use of a delimeter is configurable (by 
> default if there are multiple values for a particular field they are 
> separated with a | symbol).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to