Hello Rakesh, As pointed out by Erick, changing *catenateAll* from 0 to 1 should work. What this means is that, generateWordParts="1" generates tokens for words for e.g. in the case of i-pad, it generates i, pad and ipad.and generateNumberParts="1" generates tokens for numbers for e.g in the case of 88-77, it would generate 88,77 and 8877. So When using catenateAll="1", Solr would generate a token Sidem2(query asked in the original post). Also as already been pointed out by Erick, one has to reindex the documents so that Solr can refect the changes and create tokenize indexes.
-- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html