Re: Solr and XML format

2007-08-10 Thread Yonik Seeley
On 8/10/07, Jae Joo <[EMAIL PROTECTED]> wrote: > I would like to find out how to build the index for general format of XML > file which does not have tags. Solr doesn't really index XML... it's just used as a serialization format for Lucene documents. If you understand the layout of your XML, yo

Solr and XML format

2007-08-10 Thread Jae Joo
I would like to find out how to build the index for general format of XML file which does not have tags. Do I have to update all my xml file to Solr specific XML which have … format? Or any way to build index? Thanks, Jae Joo