RE: wildcards in phrase searches

2006-05-11 Thread Lee_Gary
Thanks Erik, I was able to get a solution working for me using the classes you outlined below. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:11 PM To: java-user@lucene.apache.org Subject: Re: wildcards in phrase searches On May 10

Re: wildcards in phrase searches

2006-05-10 Thread Erik Hatcher
ons. Erik Thanks -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 11:00 AM To: java-user@lucene.apache.org Subject: Re: wildcards in phrase searches On May 10, 2006, at 1:47 PM, [EMAIL PROTECTED] wrote: Is it possible to have wil

RE: wildcards in phrase searches

2006-05-10 Thread Lee_Gary
@lucene.apache.org Subject: Re: wildcards in phrase searches On May 10, 2006, at 1:47 PM, [EMAIL PROTECTED] wrote: > Is it possible to have wildcards in a phrase search? For example, if > my object is indexed with a phrase "benchmark properties", is there a > way to specify a phra

Re: wildcards in phrase searches

2006-05-10 Thread Erik Hatcher
On May 10, 2006, at 1:47 PM, [EMAIL PROTECTED] wrote: Is it possible to have wildcards in a phrase search? For example, if my object is indexed with a phrase "benchmark properties", is there a way to specify a phrase search that uses wildcards, such as "benchmar* properties" or "benchmark

wildcards in phrase searches

2006-05-10 Thread Lee_Gary
Is it possible to have wildcards in a phrase search? For example, if my object is indexed with a phrase "benchmark properties", is there a way to specify a phrase search that uses wildcards, such as "benchmar* properties" or "benchmark pro*"? I have tried using WildcardQuery, but it doesnt seem to