doing a full-import after deleting records in the database - maxDocs

2012-05-15 Thread geeky2

hello,

After doing a DIH full-import (with clean=true) after deleting records in
the database, i noticed that the number of documents processed, did change.


example:

Indexing completed. Added/Updated: 595908 documents. Deleted 0 documents.

however, i noticed the numbers on the statistics page did not change nor do
they match the number of indexed records -


can someone help me understand the difference in these numbers and the
meaning of maxDoc / numDoc?

numDocs : 594893
maxDoc : 594893 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/doing-a-full-import-after-deleting-records-in-the-database-maxDocs-tp3983948.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: doing a full-import after deleting records in the database - maxDocs

2012-05-15 Thread Michael Della Bitta
Hello, geeky2:

In statistics in the update section, do you see a non-zero value for
docsPending?

Thanks,

Michael

On Tue, May 15, 2012 at 4:49 PM, geeky2 gee...@hotmail.com wrote:

 hello,

 After doing a DIH full-import (with clean=true) after deleting records in
 the database, i noticed that the number of documents processed, did change.


 example:

 Indexing completed. Added/Updated: 595908 documents. Deleted 0 documents.

 however, i noticed the numbers on the statistics page did not change nor do
 they match the number of indexed records -


 can someone help me understand the difference in these numbers and the
 meaning of maxDoc / numDoc?

 numDocs : 594893
 maxDoc : 594893



 --
 View this message in context: 
 http://lucene.472066.n3.nabble.com/doing-a-full-import-after-deleting-records-in-the-database-maxDocs-tp3983948.html
 Sent from the Solr - User mailing list archive at Nabble.com.


Re: doing a full-import after deleting records in the database - maxDocs

2012-05-15 Thread geeky2
hello 

thanks for the reply

this is the output - docsPending = 0

commits : 1786
autocommit maxDocs : 1000
autocommit maxTime : 6ms
autocommits : 1786
optimizes : 3
rollbacks : 0
expungeDeletes : 0
docsPending : 0
adds : 0
deletesById : 0
deletesByQuery : 0
errors : 0
cumulative_adds : 1787752
cumulative_deletesById : 0
cumulative_deletesByQuery : 3
cumulative_errors : 0 

--
View this message in context: 
http://lucene.472066.n3.nabble.com/doing-a-full-import-after-deleting-records-in-the-database-maxDocs-tp3983948p3983995.html
Sent from the Solr - User mailing list archive at Nabble.com.