Query returns an empty result set; but it is not empty actually!

2005-10-05 Thread Ahmet Aksoy
t returns the actual words in the result set. What might the reason for that problem? IMHO, Turkish characters do not have an affect on the problem. For example in "eczane" there is no special Turkish characters, but it has the same problem. Ahmet Aksoy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: May I use a mixture of indexing methods altogether?

2005-09-24 Thread Ahmet Aksoy
Thank you. That was what I meant! I'll try it as soon as possible. Otis Gospodnetic wrote: If I understand you correctly, then yes, you can index documents with different structures (different field names) in the same index. Otis --- Ahmet Aksoy <[EMAIL PROTECTED]> wrote: H

May I use a mixture of indexing methods altogether?

2005-09-23 Thread Ahmet Aksoy
hanks. Ahmet Aksoy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Indexing problems in a dictionary

2005-09-03 Thread Ahmet Aksoy
= 1000; Now, indexing is performed 8 to 30 times faster than before. Thanks a lot. Ahmet Aksoy Paul Elschot wrote: 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 ther

Indexing problems in a dictionary

2005-09-03 Thread Ahmet Aksoy
4 Laptop with 256 MB of memory. Is it normal? Or, am I in a completely wrong way? I'm waiting for your suggestions. Thanks a lot. Ahmet Aksoy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Webstart problem with Lucene

2005-06-12 Thread Ahmet Aksoy
their computers. Do you have any suggestions for that purpose? Thanks in advance. Ahmet Aksoy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Top most frequent words

2005-05-12 Thread Ahmet Aksoy
ibe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] . -- Ahmet Aksoy axtelsoft.com - armalink.com ahmetax.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Top most frequent words

2005-05-12 Thread Ahmet Aksoy
PROTECTED] . -- Ahmet Aksoy axtelsoft.com - armalink.com ahmetax.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I need 100 most frequently used words in different languages.

2005-05-12 Thread Ahmet Aksoy
regards, René Sorry Ahmet for the double post, I meant to address the mailing list... -- Ahmet Aksoy axtelsoft.com - armalink.com ahmetax.blogspot.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: I need 100 most frequently used words in different languages.

2005-05-11 Thread Ahmet Aksoy
Hi David, Thanks for your suggestion. I'll give a try. David Spencer wrote: You could try downloading a copy of the wikipedia and processing the entries yourself. I don't know how well represented other languages are but there's lot of English. Ahmet Aksoy wrote: Hi, I have a pro

I need 100 most frequently used words in different languages.

2005-05-11 Thread Ahmet Aksoy
d the natural language used in the documentations. For this purpose, I'll use the 100 most frequently used words in different languages. Now I have only Turkish, English, German, and Finnish lists. If you can help me, I'll be very glad. Regar