Re: fastest way to index/reindex

2009-02-25 Thread Josiane Gamgo
ease give an idea of > the problem you're trying to solve or that you are having, it'll lead > to much better answers. > > > > On Mon, Feb 23, 2009 at 11:07 AM, Josiane Gamgo >wrote: > > > How fast is the search if the MergeFactor of Lucene Index is set t

Re: fastest way to index/reindex

2009-02-23 Thread Josiane Gamgo
How fast is the search if the MergeFactor of Lucene Index is set to 20 or more?did somebody uses Luke to optimize the indexing process? I would like to know how fast is Luke. Thanks On Tue, Jan 27, 2009 at 3:52 PM, Ian Connor wrote: > When you query by *:*, what order does it use. Is there a ch

How the inverted index works.

2009-02-11 Thread Josiane Gamgo
Hi, I'm trying to understand the internal Sturcture of the lucene indexer. Well according to "Lucene in action" book , the Document are first converted into lucene Document Format, then analysed with the standardAnalyser. I don't understand how the analysed Documents added to the inverted index, ar