Re: Lucene Indexing - Getting Hited words in a query

2007-03-12 Thread mark harwood
- 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

Re: Lucene Indexing - Getting Hited words in a query

2007-03-12 Thread Chaminda Amarasinghe
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: >

Re: Lucene Indexing - Getting Hited words in a query

2007-03-12 Thread mark harwood
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

Re: Lucene Indexing - Getting Hited words in a query

2007-03-12 Thread Chaminda Amarasinghe
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

Re: Lucene Indexing - Getting Hited words in a query

2007-03-12 Thread Vipin
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

Re: Lucene Indexing - Getting Hited words in a query

2007-03-11 Thread Chaminda Amarasinghe
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

Re: Lucene Indexing - Getting Hited words in a query

2007-03-11 Thread karl wettin
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

Re: Lucene Indexing - Getting Hited words in a query

2007-03-11 Thread Chaminda Amarasinghe
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

Lucene Indexing - Getting Hited words in a query

2007-03-11 Thread Chaminda Amarasinghe
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