...@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
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
>
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
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:
>
Well, how would this look like in code?
Currently I have the prefix query like this:
BooleanQuery bQuery = new BooleanQuery();
PrefixQuery prefixQuery = new PrefixQuery(new Term("item.name", termText));
bQuery.add( prefixQuery, Occur.MUST);
I dont see any class named PrefixTerm.
I'd appreciate it
How about a fuzzy query with a prefix term? Its configureable.
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Lukas Österreicher [mailto:lukas.oesterreic...@austria.real.com]
> Sent: Monday, April 19, 2