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

ASF GitHub Bot updated SOLR-18445:
----------------------------------
    Labels: pull-request-available  (was: )

> Let /update handler support JSONL / NDJSON
> ------------------------------------------
>
>                 Key: SOLR-18445
>                 URL: https://issues.apache.org/jira/browse/SOLR-18445
>             Project: Solr
>          Issue Type: Improvement
>          Components: update
>            Reporter: Jan Høydahl
>            Assignee: Jan Høydahl
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Today we can POST JSON content to solr in a few formats:
>  * Plain JSON, single object
>  * Plain JSON, array of objects [\{"id":"1"},\{"id":"2"}]
>  * Custom json commands format
> This issue is to support [Newline delimited JSON|https://ndjson.com/] 
> (ND-JSON or JSONL).
> The format may get its own {{/update/ndjson}} endpoint, but more importantly, 
> it will be auto selected on the {{/update}} endpoint if {{Content-Type: 
> application/x-ndjson}} is specified.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to