: if everything fails then i guess i cna modify the bundled example but in : that case how i can index 4 different xml docs, i ll have to run 4 : jettys/solr ?
1) as yonik said, you can index different types of documents in one Solr index if you want, or you can run 4 seperate instances -- it's entirely up to you. 2) the important thing is to get one instance of solr up and running in your container (tomcat) using the solr.war as is and the example configs -- until you've done that, worrying about multiple instances or modifying the configs, or customizing hte code in the war is premature. one foot in front of the other and all that. -Hoss