Solr how to get only the exact match
问题 Sample tags field. "tags":["[\"Rectangle\",\"Product\",\"Font\",\"Rectangle\",\"Product\",\"Rectangle\",\"Snack\",\"Product\",\"Material property\",\"Product\",\"Material property\"]"], When I search the keyword land in the tags field I get the results that contain land vehicle q=tags:land "tags":["[\"Land vehicle\",\"Vehicle\"]"] - I do not want this to produce a match. <fieldType name="text_general" class="solr.TextField" positionIncrementGap="100" multiValued="true"> <analyzer type="index"