Hi
I want to display result as one Dataset thorough solr using Multicore.In one
core Containg EnglishCollectionData and onther containg HindiCollectionData.
When I am join two core result is displayed when I am giving English Parameter
But does not work For Hindi Parameter.Could me give the so
Hi Otis,
Could you give me an example about how to write a multiple core join?
Thanks
On Tue, Oct 2, 2012 at 11:13 PM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Solr join does work across multiple cores, as long as they are in the same
> JVM.
>
> Otis
> --
> Search Analytics - htt
Solr join does work across multiple cores, as long as they are in the same JVM.
Otis
--
Search Analytics - http://sematext.com/search-analytics/index.html
Performance Monitoring - http://sematext.com/spm/index.html
On Tue, Oct 2, 2012 at 11:09 PM, Nicholas Ding wrote:
> Join is cool, but does i
Join is cool, but does it work among multiple cores? On Solr's wiki, I saw
it's only applied to single core.
On Tue, Oct 2, 2012 at 11:06 PM, Otis Gospodnetic <
otis.gospodne...@gmail.com> wrote:
> Are the cores join-able? If so, you can use Solr's join feature to execute
> just one query.
>
> Ot
Are the cores join-able? If so, you can use Solr's join feature to execute
just one query.
Otis
--
Performance Monitoring - http://sematext.com/spm
On Oct 2, 2012 5:50 PM, "Nicholas Ding" wrote:
> Hello,
>
> I'm working on a search project, that involves searching against more than
> one cores.