I do have solr schema configuration for field "test" having "text" type and for it we have used solr.WhitespaceTokenizerFactory Now data get indexed in solr for this "test" field but when we try to search it, I am not able to get result using solr query like below
field:((第二期)) / field:((第二期)*) For example: input value : (第二期) being index but when we try to search it than not able to get result. I have tried to use solr.ShingleFilterFactory using query analyser but won't help here. Any suggestions to fix the same ? Thanks in advance ! Regards, Vishal Patel