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

David Eric Pugh commented on SOLR-9376:
---------------------------------------

I just tested this with Solr 9, and I think it can be closed as fixed (though I 
don't know when)....    [~magibney] this is the one you mentioned?

```
➜  solr-9.0.0-SNAPSHOT git:(SOLR-15897) curl 
'http://localhost:8983/solr/gettingstarted/query?q=*:*&fl=id,%5bjson+f=json_value_s%5d'
{
  "responseHeader":{
    "zkConnected":true,
    "status":0,
    "QTime":41,
    "params":{
      "q":"*:*",
      "fl":"id,[json f=json_value_s]"}},
  
"response":{"numFound":2,"start":0,"maxScore":1.0,"numFoundExact":true,"docs":[
      {
        "id":"BAR_DOC"},
      {
        "id":"FOO_DOC"}]
  }}
```

> RawValueTransformerFactory ([json] & [xml]) don't work in SolrCloud
> -------------------------------------------------------------------
>
>                 Key: SOLR-9376
>                 URL: https://issues.apache.org/jira/browse/SOLR-9376
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Chris M. Hostetter
>            Priority: Major
>
> While working on SOLR-9314, I discovered that RawValueTransformerFactory 
> (which powers the {{[xml]}} and {{[json]}} doc transformers) doesn't work 
> with distributed requests.
> This affects both regular searches, as well as RTG (committed or uncommitted)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to