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