Re: Lucene Proximity Searches

2008-04-18 Thread Otis Gospodnetic
sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Ana Rabade <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, April 18, 2008 6:41:38 AM Subject: Re: Lucene Proximity Searches I am using ngrams and I need to force that a group of them are together, but i

Re: Lucene Proximity Searches

2008-04-18 Thread Paul Elschot
e terms are there and within some some proximity. > > > > > > > > > Best > > > Erick > > > > > > On Thu, Apr 3, 2008 at 12:17 PM, Ana Rábade > > > <[EMAIL PROTECTED]> > > > > > > wrote: > > > > Hi! > > >

Re: Lucene Proximity Searches

2008-04-18 Thread Ana Rabade
some some proximity. > > > > > > Best > > Erick > > > > On Thu, Apr 3, 2008 at 12:17 PM, Ana Rábade <[EMAIL PROTECTED]> > > wrote: > > > > > Hi! > > > > > > I'm using Lucene Proximity Searches, but I'

Re: Lucene Proximity Searches

2008-04-04 Thread Ana Rabade
radictory. The point of a phrase query is exactly that all > the terms are there and within some some proximity. > > > Best > Erick > > On Thu, Apr 3, 2008 at 12:17 PM, Ana Rábade <[EMAIL PROTECTED]> > wrote: > > > Hi! > > > > I'm using Luc

Re: Lucene Proximity Searches

2008-04-03 Thread Erick Erickson
12:17 PM, Ana Rábade <[EMAIL PROTECTED]> wrote: > Hi! > > I'm using Lucene Proximity Searches, but I've seen Lucene only scores > documents which contain all the terms in the phrase. I also need to score > documents although they don't contain all tho

Lucene Proximity Searches

2008-04-03 Thread Ana Rábade
Hi! I'm using Lucene Proximity Searches, but I've seen Lucene only scores documents which contain all the terms in the phrase. I also need to score documents although they don't contain all those terms. Is it possible with Lucene PhraseQueries or SpanNearQuery? If not, could you t

Re: Lucene Proximity Searches

2008-04-03 Thread Ana Rábade
Hi! I'm using Lucene Proximity Searches, but I've seen Lucene only scores documents which contain all the terms in the phrase. I also need to score documents although they don't contain all those terms. Is it possible with Lucene PhraseQueries or SpanNearQuery? If not, could you t