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

Yonik Seeley commented on SOLR-4685:
------------------------------------

Seems like SOLR-7376 covers this functionality sufficiently?

If we want any better support, it feels like it should be in the form of a 
proper JSON fieldType.  That would allow:
- proper validation on ingest
- future features like structured indexing of the JSON
- optional raw-writing to the appropriate response handler automatically

Then one could make a dynamicField of *_json instead of a hacky json.key.suffix 

> JSON response write modification to support RAW JSON
> ----------------------------------------------------
>
>                 Key: SOLR-4685
>                 URL: https://issues.apache.org/jira/browse/SOLR-4685
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Bill Bell
>            Assignee: Noble Paul
>            Priority: Minor
>         Attachments: SOLR-4685.1.patch, SOLR-4685.5.1.patch, 
> SOLR-4685.SOLR_4_5.patch
>
>
> If the field ends with "_json" allow the field to return raw JSON.
> For example the field,
> office_json -- string
> I already put into the field raw JSON already escaped. I want it to come with 
> no double quotes and not escaped.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to