ゲーム「MassEffect2」を検索します
http://localhost:8085/solr/select/?defType=edismax&qf=title&q=Mass+Effect+2&mm=1
「MassEffect2」や「TheShowdownEffect」の他に、「Borderlands 2」、「Prototype 2」など、名前に「2」が含まれているゲームがあります。したがって、「2」のみに一致するドキュメントを除外したいと思います。
title
フィールドは次のように定義されます。
<field name="title" type="text" indexed="true" stored="true" multiValued="false" />