Re: index bigger than it should be?

2011-10-30 Thread v . sevel
Hi, I did the following on the existing index: - expunge deletes - optimize(5) - check index then from the existing index I exported all docs into a new one, then on the new one I did: - optimize(5) - check index the entire log is in http://dl.dropbox.com/u/47469698/lucene/index.txt durin

Re: IndexReader#reopen() on externally changed index

2011-10-30 Thread Denis Bazhenov
Well, if so I guess I should use IndexWarmer to warm up IndexReader before publishing reference to search clients. At least it will pre read all the segments in RAM before issuing search. On Oct 17, 2011, at 9:47 PM, Michael McCandless wrote: > You'll have to call .commit() from the IndexWriter

Weighted Query Sequence

2011-10-30 Thread Shengtao Lei
Hello Every One! I'm struggling with my degree paper. My research project is build a search engine for a language which has many affixes and prefixes. Many papers have been read, the common way is stemming, My segmentation processor can cut of the affix and prefix 。But for this language, i can't