Re: Index size for Same DataSet.

2014-03-25 Thread Jose Carlos Canova
Message- > > From: Jose Carlos Canova [mailto:jose.carlos.can...@gmail.com] > > Sent: Tuesday, March 25, 2014 6:36 AM > > To: java-user@lucene.apache.org > > Subject: Index size for Same DataSet. > > > > Hello, > > > > I have a doubt about inde

RE: Index size for Same DataSet.

2014-03-25 Thread Uwe Schindler
al Message- > From: Jose Carlos Canova [mailto:jose.carlos.can...@gmail.com] > Sent: Tuesday, March 25, 2014 6:36 AM > To: java-user@lucene.apache.org > Subject: Index size for Same DataSet. > > Hello, > > I have a doubt about index size, > I am testing a program using Luc

Re: Index size for Same DataSet.

2014-03-25 Thread Erick Erickson
You're probably fine. Part of indexing is merging segments, and when segments are merged the data from deleted (or updated) documents is reclaimed. Any slight variance in the commit algorithm will potentially reclaim more or less space. What happens if you optimize (forceMerge) as a final step? Th

Index size for Same DataSet.

2014-03-24 Thread Jose Carlos Canova
Hello, I have a doubt about index size, I am testing a program using Lucene to index some dataset. At the final the result of index size is varying a little, since i haven't finished the tests at all, i'm doubt if it is normal the index size vary on size among different tests. att.