Hi Gora ,

Thank you for your quick reply.

I have only one data source, But have more than 300 tables. Each tables I
have put in individual <entity> in data-confic.xml

But when I am trying to do full import, Its showing Thant much <entry> as
<str name="Total Requests made to DataSource">169</str>

This 169 means I took 169 tables from my data source and each 169 tables
created individual <entity> in my 
data-confic.xml file.

I am not sure, if I did something wrong. Please let me know.

My sample data-config.xml I am posting as below..

<?xml version="1.0" encoding="utf-8"?>
<dataConfig>
  <dataSource type="JdbcDataSource" name="sampleDB"
driver="com.ibm.optim.connect.jdbc.NvDriver"
url="jdbc:attconnect://192.168.1.29:2551/NAVIGATOR;DefTdpName=sampleDB"
user="" password=""/>
  <document name="headwords">
    <entity name="CUSTOMER" dataSource="sampleDB" query="SELECT * FROM
CUSTOMER" transformer="RegexTransformer">
      <field column="ID" name="ID"/>
      <field column="ADDRESS" name="ADDRESS"/>
      <field column="SIGNON_TYPE" name="SIGNON_TYPE"/>
      <field column="NAME" name="NAME"/>
    </entity>
        .
        .
        .
        .
          </document>
</dataConfig>

Thank you

Regards,
Ashim



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Large-data-importing-getting-rollback-with-solr-tp4034075p4034466.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to