need some help =)

2010-11-17 Thread asmcad
it's a simple index and search application but i couldn't make it work. it doesn't give any error but it doesn't give any results too. 1. using System; 2. using System.Collections.Generic; 3. using System.ComponentModel; 4. using System.Data; 5. using System

Re: need some help =)

2010-11-17 Thread asmcad
i solved the problem . now i have non-english character problem. when i search like something "çşğuı"(i'm not sure you can see this) characters. i don't get any results. how can i solve this ? by the way sorry about the "content" messing =) thanks for the previous help =) On 17.11.2010 20

Re: need some help =)

2010-11-17 Thread asmcad
al Message----- From: asmcad [mailto:asm...@gmail.com] Sent: Wednesday, November 17, 2010 3:06 PM To: lucene-net-dev@lucene.apache.org Subject: Re: need some help =) i solved the problem . now i have non-english character problem. when i search like something "çşğuı"(i'm not sure you ca

Re: need some help =)

2010-11-17 Thread asmcad
ts to your needs. DIGY -Original Message- From: asmcad [mailto:asm...@gmail.com] Sent: Wednesday, November 17, 2010 11:06 PM To: lucene-net-dev@lucene.apache.org Subject: Re: need some help =) i solved the problem . now i have non-english character problem. when i search like some

Re: need some help =)

2010-11-17 Thread asmcad
on't respond to this kind of code because it is not easily digestable. -Original Message- From: asmcad [mailto:asm...@gmail.com] Sent: Wednesday, November 17, 2010 3:02 PM To: lucene-net-dev Subject: need some help =) it's a simple index and search application but i couldn'

Re: need some help =) encoding problem solved

2010-11-17 Thread asmcad
02, Wyatt Barnett wrote: UnaccentedWordAnalyzer doesn't make use of stemming. If you really need it; a) SnowballAnalyzer is not good in turkish stemming. b) It is better to write a custom analyzer using Zemberek or its .NET version NZemberek. DIGY -Original Message- From: asmcad

hey everybody - multiple words searching

2010-11-21 Thread asmcad
i want to perform multiple word search with wildquery. is it possiple ? if i search something like "*ometh*" i get result which contains like "... something ..". thats ok. but if i search something like "green house" i can't get any result. i hope i'm clear enough. here some of my code: if