How is "running multiple queries at the same time" different from running them in parallel? So, why not just run them in parallel. I mean, Solr can accept simultaneous query requests just fine, so what's the issue here?

IOW, put the logic in your application layer and use SOlr as a streamlined "engine".

-- Jack Krupansky

-----Original Message----- From: Lee Chunki
Sent: Thursday, July 10, 2014 1:24 AM
To: solr-user@lucene.apache.org
Subject: run multiple queries at the same time

Hi,

Is there any way to run multiple queries at the same time?

situation is
1. when query in
2. check synonyms
3. get search results for all synonym queries and original query

even if, I can get search results by looping searcher but, as you know, it is time consuming.

Thanks,
Chunki.

Reply via email to