RE: wildcards in quoted phrases?

2006-09-25 Thread Lee_Gary
-wildcarded terms. Hope this helps, Gary -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 01:45 PM To: java-user@lucene.apache.org Subject: Re: wildcards in quoted phrases? On Monday 25 September 2006 22:20, Dan Armbrust wrote: > My hunch

Re: wildcards in quoted phrases?

2006-09-25 Thread Daniel Naber
On Monday 25 September 2006 22:20, Dan Armbrust wrote: > My hunch is that its not real easy, otherwise > it would already have been done... I think it shouldn't be difficult, but to expand the PrefixQuery, your QueryParser would need an IndexReader. Currently IndexReader/QueryParser don't depen

wildcards in quoted phrases?

2006-09-25 Thread Dan Armbrust
I have someone wanting to do a query like this - "top sta*", but from what I have been able to gather, lucene doesn't have any built in support for wildcards inside of phrases? Well, at least not complete support. I was led to the MultiPhraseQuery class - but looking at that leaves me wonderi