I have 3 wildcards query that looks something like:
q=fullName: prem* nara*
q=fullName: pietro* malky*
q=fullName: p* nico* malky*
I'd like it to match "premkumar lakshmi narasimhan" and "pietro nicolas malky sandoval".
Can someone please suggest is it the right way to query or how can i achieved my use case scenarios using wildcards in Solr ?