Hi Gora, Thanks for the reply. That was really fast.
Yes, the Northwind DB is a sample test DB, and I have been using that DB for testing quite extensively. The fields exist, and select statements had been verified. :) The documentations for SOLR however mentions nothing about declaring fields in the schema.xml in order for data import to work. I must have missed it. So All I need to do is declaring field name? like the one I do below? <field name="companyname" type="string" indexed="true" stored="true" default="NOW"/> Let me know. Thx -- View this message in context: http://lucene.472066.n3.nabble.com/Help-Data-Import-not-indexing-in-solr-tp2963450p2966114.html Sent from the Solr - User mailing list archive at Nabble.com.