Re: AW: AW: Search with multiple wildcards

2008-09-11 Thread Matthew Hall
From: Matthew Hall <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 11 September, 2008 14:40:26 Subject: Re: AW: AW: Search with multiple wildcards Well, you could certainly manipulate your search string, removing the wildcard punctuations, and then use that for what

Re: AW: AW: Search with multiple wildcards

2008-09-11 Thread mark harwood
Message From: Matthew Hall <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, 11 September, 2008 14:40:26 Subject: Re: AW: AW: Search with multiple wildcards Well, you could certainly manipulate your search string, removing the wildcard punctuations, and then use that for what you p

Re: AW: AW: Search with multiple wildcards

2008-09-11 Thread Matthew Hall
Well, you could certainly manipulate your search string, removing the wildcard punctuations, and then use that for what you pass to the highlighter. That should give you the functionality you are looking for. -Matt mark harwood wrote: Is this possible? Not currently, the highlighter

Re: AW: AW: Search with multiple wildcards

2008-09-11 Thread mark harwood
>> Is this possible? Not currently, the highlighter works with a list of words (or words AND phrases using the new span support) and highlights those. To do anything else would require the higlighter to faithfully re-implement much of the logic in all of the different query types (fuzzy, wildcar