Hi,
That is as expected. When IndexReader or IndexSearcher are open, the snapshot
of this index is preserved until you reopen it, as all readers only see the
index in the state when it was opened, so disk space is still acquired and on
windows you even see the files. For optimize (what you shou
New information: it appears that the index size increasing (not always
doubling but going up significantly) occurs when I search the index while
building it. Calling indexWriter.optimize(1, true); when I'm done adding
documents sometimes reduces the index down to size, but not always.
Has anyon
Raavan, il 08/01/2011 19:17, ha scritto:
Thanks Ryan. I will test this to see if it uses much less memory than
SortedVIntList.
-Raavan
Hello Raavan,
have you tested those implementations? How do they look?
federico
-
To un
Hi Kumar,
1) For your question in last mail: for tool luke, go to site
http://www.getopt.org/luke/
and click "launch luke now", then pointing to your lucene data folder. Also the
book
"Lucene in Action" is a great source (go to .amazon.com and search this
book) where
everything (almost) is