> I am using solr search application, try to search text with
> wildcard
> character getting some weird result.
> 
> Case :- 1 q=tes*
> 
> Result: test,  test1, test2
> 
> Case:- 1 q=test*
> 
> Result: NONE
> 
> Kindly help me to solve above problem.

Do you have stemming filter defined in your analyzer definition? It may be 
reducing "test" to "tes".

Reply via email to