- Original Message
From: Chaminda Amarasinghe <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Monday, 12 March, 2007 9:30:22 AM
Subject: Re: Lucene Indexing - Getting Hited words in a query
Thanks mark harwood ,
I want something like Highlighter thing
where ca
istribution.
The Junit test rig gives some example uses.
- Original Message
From: karl wettin
To: java-user@lucene.apache.org
Sent: Monday, 12 March, 2007 7:40:34 AM
Subject: Re: Lucene Indexing - Getting Hited words in a query
12 mar 2007 kl. 08.35 skrev Chaminda Amarasinghe:
>
12 March, 2007 7:40:34 AM
Subject: Re: Lucene Indexing - Getting Hited words in a query
12 mar 2007 kl. 08.35 skrev Chaminda Amarasinghe:
> Why nobody is anwering me?
> Pls help me.
It might take some time until someone that knows the answer reads you
question.
>
> Chaminda Ama
Many thaks Vipin,
I'l check
Vipin <[EMAIL PROTECTED]> wrote:
Hi chaminda,
you just go through this link
http://today.java.net/pub/a/today/2005/08/09/didyoumean.html?page=1
in this articles last portion(page 3) the author has suggested a way to
handle such kind of things(Composit
Hi chaminda,
you just go through this link
http://today.java.net/pub/a/today/2005/08/09/didyoumean.html?page=1
in this articles last portion(page 3) the author has suggested a way to
handle such kind of things(Composite didyoumean parser)..
i think it will open up a way...
Regard
thanks karl,
karl wettin <[EMAIL PROTECTED]> wrote:
12 mar 2007 kl. 08.35 skrev Chaminda Amarasinghe:
> Why nobody is anwering me?
> Pls help me.
It might take some time until someone that knows the answer reads you
question.
>
> Chaminda Amarasinghe wrote:
> Hi all,
>
> I'm new to this grou
12 mar 2007 kl. 08.35 skrev Chaminda Amarasinghe:
Why nobody is anwering me?
Pls help me.
It might take some time until someone that knows the answer reads you
question.
Chaminda Amarasinghe <[EMAIL PROTECTED]> wrote:
Hi all,
I'm new to this group,
I'm using lucene for indexing. I
Why nobody is anwering me?
Pls help me.
Chaminda Amarasinghe <[EMAIL PROTECTED]> wrote:
Hi all,
I'm new to this group,
I'm using lucene for indexing. I have a problem. Any help gratly appreciate.
Please see the following code
// three fields
MultiFieldQueryParser parser = new MultiFieldQuer
Hi all,
I'm new to this group,
I'm using lucene for indexing. I have a problem. Any help gratly appreciate.
Please see the following code
// three fields
MultiFieldQueryParser parser = new MultiFieldQueryParser(new String[]{"title",
"tags", "content"}, new StandardAnalyzer());
// OR operator
pa