Hi, If there are one “RequestHandler Server” and two “Index Server”s, Could RequestHandler Server choose index server for request ?
I am testing with three Solr servers - blog index, news index and request handler. and I should set up news and blog index separately. I want to send query to blog index when “query category” is restaurant, sports and tour otherwise send query to news index. Do you know how can I do this? Please assume that I can classify “query category” with my own searchComponent. Thanks, Chunki.