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 "chadsteele.com" <ch...@chadsteele.com> on 2011/09/20 03:39:55 UTC

Is verboten?

It seems xml docs that use <doc> fail to be indexed properly and I've
recently discovered the following fails on my installation.

/solr/update?stream.body=<doc></doc>

thoughts?

I need to allow content to have <doc> in the xml.

--
View this message in context: http://lucene.472066.n3.nabble.com/Is-doc-verboten-tp3350714p3350714.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Is verboten?

Posted by Erick Erickson <er...@gmail.com>.
Does wrapping your content in CDATAs work?

Best
Erick

On Mon, Sep 19, 2011 at 6:39 PM, chadsteele.com <ch...@chadsteele.com> wrote:
> It seems xml docs that use <doc> fail to be indexed properly and I've
> recently discovered the following fails on my installation.
>
> /solr/update?stream.body=<doc></doc>
>
> thoughts?
>
> I need to allow content to have <doc> in the xml.
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Is-doc-verboten-tp3350714p3350714.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>