My guess is that you're searching on a _tokenized_ field and that
you'd get the results you expect on a string field..

Add &debug=query to the URL and you'll see what the parsed query is
and that'll give you a very good idea of what's acaully happening.

Best,
Erick

On Tue, Jan 3, 2017 at 7:16 AM, dinesh naik <dineshkumarn...@gmail.com> wrote:
> Hi all,
> How can we achieve multiple wild card searches in solr?
>
> For example: I am searching for AB TEST1.EC*TEST2*
> But I get also results for AB TEST1.EC*TEST3*, AB TEST1.EC*TEST4*,? instead
> of AB TEST1.EC*TEST2*
>
> It seems only the first * is being considered, second * is not considered
> for wildcard match.
> --
> Best Regards,
> Dinesh Naik

Reply via email to