Hi, all, I am investigating the indexing in XML files. Currently, I have two findings:
1. Use DataImportHanlder. This requires to create one more configuration file for DIH, data-config.xml, which defines the fields specifically for my XML files. 2. Use the example package coming with Solr. This only requires to define the fields in the schema, and no additional configuration file needed. \apache-solr-3.5.0\example\exampledocs>java -jar post.jar *.xml I don't know whether I understand the two methods correctly, but it seems to me that they are absolutely different. If I want to index XML files with many self-defined fields, probably with embedded fields, which one makes more sense? Thanks. Best Bing -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-content-in-XML-files-tp3702795p3702795.html Sent from the Solr - User mailing list archive at Nabble.com.