I do have solr schema configuration for feidl “test” having “text” type and for it we have used solr.WhitespaceTokenizerFactory
Now data is get index in solr for this “test” type but when we try to search it I am not able to get result using solr query.
For example: nput 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 !