RE: Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Uwe Schindler
...@thetaphi.de > -Original Message- > From: Lukas Österreicher [mailto:lukas.oesterreic...@austria.real.com] > Sent: Monday, April 19, 2010 6:18 PM > To: java-user@lucene.apache.org > Subject: Re: Combining PrefixQuery and FuzzyQuery > > Update to my last response with a sam

Re: Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Lukas Österreicher
eMail: u...@thetaphi.de > > >> -Original Message- >> From: Lukas Österreicher [mailto:lukas.oesterreic...@austria.real.com] >> Sent: Monday, April 19, 2010 5:00 PM >> To: java-user@lucene.apache.org >> Subject: Re: Combining PrefixQuery and FuzzyQuery >

Re: Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Lukas Österreicher
gt; From: Lukas Österreicher [mailto:lukas.oesterreic...@austria.real.com] >> Sent: Monday, April 19, 2010 5:00 PM >> To: java-user@lucene.apache.org >> Subject: Re: Combining PrefixQuery and FuzzyQuery >> >> Well, how would this look like in code? >> Currentl

RE: Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Uwe Schindler
eicher [mailto:lukas.oesterreic...@austria.real.com] > Sent: Monday, April 19, 2010 5:00 PM > To: java-user@lucene.apache.org > Subject: Re: Combining PrefixQuery and FuzzyQuery > > Well, how would this look like in code? > Currently I have the prefix query like this: >

Re: Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Lukas Österreicher
//www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: Lukas Österreicher [mailto:lukas.oesterreic...@austria.real.com] >> Sent: Monday, April 19, 2010 4:43 PM >> To: java-user@lucene.apache.org >> Subject: Combining PrefixQuery and Fu

RE: Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Uwe Schindler
April 19, 2010 4:43 PM > To: java-user@lucene.apache.org > Subject: Combining PrefixQuery and FuzzyQuery > > Hello. > > Is it possible to combine PrefixQuery and FuzzyQuery? > The search on a term should both be fuzzy but also match with results > that > jut begin wit

Combining PrefixQuery and FuzzyQuery

2010-04-19 Thread Lukas Österreicher
Hello. Is it possible to combine PrefixQuery and FuzzyQuery? The search on a term should both be fuzzy but also match with results that jut begin with that token (or an approximation of that token). If it is possible, can you give me an example on how to achieve this? Currently I only use the Pr