Hi, Well, Lucy will accept raw XML files as input (as lucy will index whatever you give it to index), but you would probably want to do something smart using XML::Simple or another perl module to extract relevant text from the XML and store the processed fields in Lucy, if your XML is at all complicated. Use search.cpan.org to find a module to help you with XML parsing. Zak
-----Original Message----- From: Anil Pachuri [mailto:[email protected]] Sent: Thursday, February 21, 2013 4:22 PM To: [email protected] Subject: [lucy-user] Input format to Lucy Hi, Does Lucy have a utility to accept raw XML files as input? I have 50 XML files and I need to index selected fields in them using Lucy. Also, is there any general perl utility to merge multiple XML files or convert these into tabular format? Thank you! AP
