I am loading data using mlcp. After completion of this process how can i get the number of documents inserted into the db?
Edit: Actually I am initializing this MLCP process from java and i want the record inserted count in the java application. How can i fetch the record inserted count from Java Application