Re: how to implement a proximity search feature using Queries instead of terms

2011-01-16 Thread Livia Hauser
Hi Robert, it looks really good! Many thanks! Regards, Livia -Ursprüngliche Nachricht- Von: "Robert Muir" <rcm...@gmail.com> Gesendet: 16.01.2011 18:50:36 An: java-user@lucene.apache.org Betreff: Re: how to implement a proximity search feature using Queries instead o

Re: how to implement a proximity search feature using Queries instead of terms

2011-01-16 Thread Robert Muir
On Sun, Jan 16, 2011 at 12:42 PM, Livia Hauser wrote: > Hi All, > > i have my own query parser which generates fuzzy/wildcard queries instances. > It works fantastic, Lucene rocks ;-). > But i have to make sure the words are not to far apart.  I checked current > proximity implementation. What i

how to implement a proximity search feature using Queries instead of terms

2011-01-16 Thread Livia Hauser
Hi All, i have my own query parser which generates fuzzy/wildcard queries instances. It works fantastic, Lucene rocks ;-). But i have to make sure the words are not to far apart.  I checked current proximity implementation. What i found is: PhraseQuery calculates a distance between terms (n