I added these statement to schema.xml, however the full import is still not indexing the rows.
<field name="companyname" type="text" indexed="true" stored="true"/> <field name="Customers" type="text" indexed="true" stored="true" /> <field name="customerID" type="text" indexed="true" stored="true" /> <field name="contactname" type="text" indexed="true" stored="true" /> <field name="address" type="text" indexed="true" stored="true" /> <field name="city" type="text" indexed="true" stored="true" /> <field name="contactTitle" type="text" indexed="true" stored="true"/> Any ideas? Thx u very much. -- View this message in context: http://lucene.472066.n3.nabble.com/Help-Data-Import-not-indexing-in-solr-tp2963450p2966498.html Sent from the Solr - User mailing list archive at Nabble.com.