Hi all, I am newbie to Solr.
I have downloaded and used the solr example and I have a basic doubt. There are some xml documents present in apache-solr-1.3.0\example\exampledocs. These are the input files to solr index and I found that by giving this command java –jar post.jar *.xml . All these xml documents have basic structure schema. Say for example <add> <doc> <field name= “ “> abc </field> … …. </doc> </add> I want to index some more files. Then in that case should I have to create a new xml file manually or what should I do to create it automatically. Please give me a solution. I am very new to Solr and so please make it as simple as possible. Thanks a lot... -- View this message in context: http://www.nabble.com/How-to-create-a-new-index-file-automatically-tp25455045p25455045.html Sent from the Solr - User mailing list archive at Nabble.com.