Wildcard queries are not analyzed...they are only lowercased unless you
have changed that behavior.
- Mark
Supriya Kumar Shyamal wrote:
Hi,
I have problem searching wildcards terms contains _ or -.
When I search for non-linear I see the query as title:"non linear"
but when I search for non-lin* I get the query as title:non-lin* and
it does not return any result as it interprets as single token with
wildcard.
I have gone through the StandardTokenizer and I can see that the
string non-linear splitted into 2 tokens and index as 2 different
terms but why we don't have the same functionality in the QueryParser.
Any help will be very appreciable.
Thanks,
supriya
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]