Charles,

On Tue, Mar 29, 2011 at 3:32 AM, Charles Wardell
<charles.ward...@bcsolution.com> wrote:
> <add>
> <doc>
> <field 
> name="guid">http://twitter.com/AshleyxArsenic/statuses/52164920388763648</field>
> <![CDATA[<field name="title">@Richard_Colo I realy don't think its for 
> awhile. Ill study when it comes up</field>]]>
> <![CDATA[<field name="authorName">AshleyxArsenic (Ashley Hoffman)</field>]]>

did you see the difference between the first and the following two
definitions? actually it's really well-formed (they are treated as
textnode, as a colleague told me actually) - but they are no used from
the solr-perspective.

do it like this, should work:
<field name="title"><![CDATA[@Richard_Colo I realy don't think its for
awhile. Ill study when it comes up]]></field>

and have a look on http://en.wikipedia.org/wiki/CDATA

Regards
Stefan

Reply via email to