Isn't this a case where you don't want the query parser to split by space before the analyser ? Take a look to the "sow" param for the edismax query parser. In your case you should be ok but Be aware that is not a silver bullet for everything and that other problems could arise in similar scenarios [1].
The *sow* Parameter Split on whitespace: if set to false, whitespace-separated term sequences will be provided to text analysis in one shot, enabling proper function of analysis filters that operate over term sequences, e.g. multi-word synonyms and shingles. Defaults to true: text analysis is invoked separately for each individual whitespace-separated term. [1] http://lucene.472066.n3.nabble.com/The-downsides-of-not-splitting-on-whitespace-in-edismax-the-old-albino-elephant-prob-td4327440.html ----- --------------- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Give-boost-only-if-entire-value-is-present-in-Query-tp4341714p4341735.html Sent from the Solr - User mailing list archive at Nabble.com.