Hi, Please help me understand following.
I have analysis chain which uses KStemFilterFactory for a field. Solr version is 5.4.0 When I search for f:validator I get 80K+ documents whereas if I search for f:validator* I get only around 150 results. When I checked on analysis page I see that validator is changed to validate. Per my understanding in both the above cases it should at-least give the exact same result of around 80K+ documents. I understand in some cases wildcards can result in sub-optimal results for stemmed content. Please correct me if I am wrong. Thanks, Modassar