You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by msingla <ms...@hotmail.com> on 2011/09/25 08:29:37 UTC

Solr UpdateJSON - extra fields

If JSON being posted to ''http://localhost:8983/solr/update/json' URL has
extra fields that are not defined in the index schema definition, will those
be silently ignored or an error thrown.

--
View this message in context: http://lucene.472066.n3.nabble.com/Solr-UpdateJSON-extra-fields-tp3366066p3366066.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr UpdateJSON - extra fields

Posted by Erick Erickson <er...@gmail.com>.
This is really easy to try, and you get the same kind
of error you get with undefined fields in XML.

Best
Erick

On Sat, Sep 24, 2011 at 11:29 PM, msingla <ms...@hotmail.com> wrote:
> If JSON being posted to ''http://localhost:8983/solr/update/json' URL has
> extra fields that are not defined in the index schema definition, will those
> be silently ignored or an error thrown.
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Solr-UpdateJSON-extra-fields-tp3366066p3366066.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>