Re: run multiple queries at the same time

2014-07-10 Thread Alexandre Rafalovitch
There is no built-in component to do this kind of split. But there is a SynonymFilter, which is shown in the example schema and, I think, mentioned in the tutorial. Are you sure your needs are not covered by that already? Regards, Alex. Personal website: http://www.outerthoughts.com/ Current pr

Re: run multiple queries at the same time

2014-07-10 Thread Lee Chunki
Hi Jack Krupansky, Thank you for your answer. Yes, I meant that in parallel. so, do you mean I should build sold component to run them in parallel ? I am not good at JAVA, is there any why to do that with built in solr component ? Thanks, Chunki. On Jul 10, 2014, at 11:53 PM, Jack Krupans

Re: run multiple queries at the same time

2014-07-10 Thread Jack Krupansky
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