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
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
@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
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
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