[
https://issues.apache.org/jira/browse/SOLR-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659948#action_12659948
]
Yonik Seeley commented on SOLR-945:
-----------------------------------
Yes, the parsing is much faster in noggit vs parsing XML (or vs other JSON
parsers for that matter). Not sure what the split between parsing/indexing...
I imagine/hope that more time is spent in indexing.
Two more benefits:
- smaller footprint... less network IO
- able to represent the entire unicode range
> JSON update handler
> -------------------
>
> Key: SOLR-945
> URL: https://issues.apache.org/jira/browse/SOLR-945
> Project: Solr
> Issue Type: New Feature
> Reporter: Ryan McKinley
> Attachments: SOLR-945-json-update.patch
>
>
> In addition to supporting xml and csv updating, it would be good to support
> json.
> This patch uses [noggit|http://svn.apache.org/repos/asf/labs/noggit/], a
> streaming json parser, to build the commands.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.