Re: index size doubling / optimization (Lucene 3.0.3)

2011-02-11 Thread Uwe Schindler
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

Re: index size doubling / optimization (Lucene 3.0.3)

2011-02-11 Thread Phil Herold
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

Re: is OpenBitSet / SortedVIntList compressed bit map index?

2011-02-11 Thread Federico Fissore
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

RE: lucene 3.0.3 | phrase query problem

2011-02-11 Thread Zhang, Lisheng
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