You need to escape the space in your query (using backslash or quotes around the term) - the query parser doesn't parse based on the analyzer/tokenizer for each field.
-- Jack Krupansky On Tue, Jan 6, 2015 at 4:05 AM, Sankalp Gupta <sankalp.gu...@snapdeal.com> wrote: > Hi > I come across this weird behaviour in solr. I'm not sure that why this is > desired in solr. I have filed this on stackoverflow. Please check > > http://stackoverflow.com/questions/27795177/edismax-with-multiple-words-for-keyword-tokenizer-splitting-on-space > > Thanks > Sankalp Gupta >