Re: Word / Pharse match shown in a context

2008-01-31 Thread DURGA DEEP
27;s correctly, check out this issue which > adds support for Spans and PhraseQuerys: > > https://issues.apache.org/jira/browse/LUCENE-794 > > Mark > > > DURGA DEEP wrote: > > Dear All, > > > > I've been scouring through th

Word / Pharse match shown in a context

2008-01-29 Thread DURGA DEEP
Dear All, I've been scouring through the Lucene classes. Are there any classes which can help me acheive the following ?. 1) We are an e-mail service provider. We wanted to provide a seach capability of e-mail messages via Lucene. So far we are able to index/ parse the e-mail.

Unable to match strings with Underscore / . etc...

2008-01-17 Thread DURGA DEEP
HI folks, We are facing this problem with able to find the following strings. For Example: a.b.c a_b_c Are we doing some thing wrong ?. Seems like the ( . / Period Character ) ( _ / Underscore Character ) are being tossed away. And if we are trying to search for a.b.c we are unable

Re: Pointers on Messaging Server and Lucene.

2007-11-05 Thread DURGA DEEP
> > > -Grant > > On Nov 5, 2007, at 1:54 AM, DURGA DEEP wrote: > > > Hi Folks, > > > > we have started on a project ( evaluating ) using Lucene with > > our Groupware services ( Messaging / Calendar and IM for now ). Are > > there any good po

Pointers on Messaging Server and Lucene.

2007-11-04 Thread DURGA DEEP
Hi Folks, we have started on a project ( evaluating ) using Lucene with our Groupware services ( Messaging / Calendar and IM for now ). Are there any good pointers or links, we can reference before we start our evaluation. Any feed back would be of immense help... Thanks you! _d ---