I search for game "Mass Effect 2"
http://localhost:8085/solr/select/?defType=edismax&qf=title&q=Mass+Effect+2&mm=1
Besides of "Mass Effect 2" and "The Showdown Effect" it finds things like "Borderlands 2", "Prototype 2" and other games having "2" in their name. So I want to exclude documents which matched only by "2".
title
field is defined as:
<field name="title" type="text" indexed="true" stored="true" multiValued="false" />