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
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
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