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