Hi Paul,
I decided to use a minimum number of stop words in my application. I
hope, it will work better.
According to your suggestion, I made a few trials, and found my optimum
values.
The following values look like best in my case:
mergeFactor = 100;
minMergeDocs = 500;
maxMergeDocs = 1000
Ahmet,
On Saturday 03 September 2005 10:12, Ahmet Aksoy wrote:
> Hi,
> I'm using Lucene in an open source java project at
> http://belletmen.dev.java.net .
> In the project there are several dictionaries with a simple structure.
> All items are composed of a "phrase", and a "definition". Both pa
Hi,
I'm using Lucene in an open source java project at
http://belletmen.dev.java.net .
In the project there are several dictionaries with a simple structure.
All items are composed of a "phrase", and a "definition". Both parts
might contain a single word, or have lots of words.
Since both part