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
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
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
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.