mbols "*, ?, ~"
Hey Jeff!
Storey, Jeff schrieb:
> Could you explain what you did for your solution? This is a problem
I'm currently facing as well. But, for example, if the user searches for
"head~" would you also be able to highlight "read" and "dead&
See below.
On 11/11/06, Storey, Jeff <[EMAIL PROTECTED]> wrote:
>
> I stand corrected -- I am NOT getting partial matches, I was
extracting
> partial matches from the text programmatically and thought that's what
> was being returned.
>
> On another topic, regarding
owing this behavior would be a good
> thing
> to post. I flat guarantee folks will look at it. But please make it
short
> .
>
> Best
> ERick
>
> On 11/11/06, Storey, Jeff <[EMAIL PROTECTED]> wrote:
> >
> > Hi. I'm using Lucene to do some searching (usin
flat guarantee folks will look at it. But please make it
short
> .
>
> Best
> ERick
>
> On 11/11/06, Storey, Jeff <[EMAIL PROTECTED]> wrote:
> >
> > Hi. I'm using Lucene to do some searching (using the Searcher object
and
> > passing it a ParsedQuery).
Hi. I'm using Lucene to do some searching (using the Searcher object and
passing it a ParsedQuery). I search for a word such as "long" and it is
returning partial matches, such as "belong" and "along." Is there a way
to turn off this behavior and only match whole words?
Thank you,
Jeff