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