Thanks Erick, I tried making it to String, but i need to compress the part first and then look for wild card search?
With string i can not do that. How do i achieve this? On Wed, Jan 4, 2017 at 2:52 AM, Erick Erickson <erickerick...@gmail.com> wrote: > 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 > -- Best Regards, Dinesh Naik