Re: delay while adding document to solr index

2009-10-07 Thread swapna_here
thanks for your reply but sorry for the delay as you said i have removed the commit while adding single document and set the auto commit for 200 1 after setting when i run optimize() manually the size decreased to 350MB(10 docs) from 638MB(10 docs) i think this happene

Re: delay while adding document to solr index

2009-09-30 Thread swapna_here
thanks again for your immediate response yes, i am running the commit after a document is indexed here i don't understand why my index size is increased to 625MB(for the 10 documents) which was previously 250MB is this due to i have not optimized at all my index or since i am adding documen

Re: delay while adding document to solr index

2009-09-30 Thread swapna_here
thanks for your reply i have not optimized at all my knowledge is optimize improves the query performance but it will take more disk space except that i have no idea how to use it previously for 10 documents the size occupied was around 250MB But after 2 months it is 625MB why this happened

delay while adding document to solr index

2009-09-30 Thread swapna_here
hi all, I have indexed 10 documents (daily around 5000 documents will be indexed one at a time to solr) at the same time daily few(around 2000) indexed documents (added 30 days back) will be deleted using DeleteByQuery of SolrJ Previously each document used to be indexed within 5ms.. but rece