Re: Indexing problems in a dictionary

2005-09-03 Thread Ahmet Aksoy
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

Re: Indexing problems in a dictionary

2005-09-03 Thread Paul Elschot
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

Indexing problems in a dictionary

2005-09-03 Thread Ahmet Aksoy
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