A regex transformer should do the trick:
http://wiki.apache.org/solr/DataImportHandler#RegexTransformer
-- Jack Krupansky
-----Original Message-----
From: Ramo Karahasan
Sent: Monday, May 14, 2012 4:54 PM
To: solr-user@lucene.apache.org
Subject: Index an xml filed that is saved in a database
Hi,
I have an XML document saved in a column of a database table. Is it possible
to index just one part of that xml string, e.g. <content>.</content> with
the DIH handler or is it necessary to extract this information previously?
Thanks,
Ramo