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 <field> 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, you should transform it to Solr's field-based XML. If you don't know the layout of all the XML, Solr may not meet your needs (perhaps look at an XML database that has support for nested values?) -Yonik