I'm trying to match the word "created". Given that it is surrounded by quotes, 
I would expect an exact match to occur, but instead the entire stemming results 
show for words such as create, creates, created, etc.

q="created"&wt=xml&rows=1000&qf=text&defType=edismax

If I copy the text field to a new one that does not stem words, "text_exact" 
for example, I get the expected results:

q="created"&wt=xml&rows=1000&qf=text_exact&defType=edismax

I would like the decision whether to match exact or not to be determined by the 
quotes rather than the qf parameter (eg, not have to use it at all). What topic 
do I need to look into more to understand this? Thanks in advance!

Reply via email to