Hello list, I have documents contain word "Richard Nass". I need to match the "Richard Nass" documents for the query strings "richard", "nass", "rich".
The search works for the following queries , <http://localhost:8983/solr/select?q=author:Richard nass> http://localhost:8983/solr/select?q=author:Richard nass <http://localhost:8983/solr/select?q=author:Richard Nass> http://localhost:8983/solr/select?q=author:Richard Nass <http://localhost:8983/solr/select?q=author:richard nass> http://localhost:8983/solr/select?q=author:richard nass But doesnot work for q=author:Richard, q=author:nass q=author:rich I tried wildcard search like q=author:rich* also. Can anyone help me how to get the flexible search as above. Thanks in advance.. Radha.C