You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/05/14 22:54:44 UTC

[jira] Commented: (SOLR-945) JSON update handler

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

Yonik Seeley commented on SOLR-945:
-----------------------------------

Any objections to committing this to trunk soon?

> 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.


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


Re: [jira] Commented: (SOLR-945) JSON update handler

Posted by Chris Hostetter <ho...@fucit.org>.
: Any objections to committing this to trunk soon?

I'd forgotten all about it.

I saw go for it ... i think ultimately it would be nice to allow for some 
braoder types of JSON structures that are then "flattened" in to field=val 
pairs either through convention or configuration (similar to elastic 
search) but starting with a simple JSON equivilent to the XML Syntax is a 
great start.

(basic JSON update support is better then no JSON update support)


-Hoss


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