Hi, For my Solr server, some of the query strings will be in Asian languages such as Chinese or Japanese.
For such query strings, would the Standard or Dismax request handler work? My
understanding is that both the Standard and the Dismax handler tokenize the
query string by whitespace. And that wouldn't work for Chinese or Japanese,
right?
In that case, what request handler should I use? And if I need to set up custom
request handlers for those languages, how do I do it?
Thanks.
Andy
