You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Radha C." <cr...@ceiindia.com> on 2009/08/05 10:01:42 UTC

query matching issue

Hello list,
 
I have documents contains word "Richard Nass". I need to match the "Richard
Nass" documents for the query strings "richard", "nass", "rich".
The search works for the following query ,
 
http://localhost:8983/solr/select?q=author:Richard
<http://localhost:8983/solr/select?q=author:Richard nass> nass 
http://localhost:8983/solr/select?q=author:Richard
<http://localhost:8983/solr/select?q=author:Richard Nass> Nass
http://localhost:8983/solr/select?q=author:richard
<http://localhost:8983/solr/select?q=author:richard nass> 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