Indexing across multiple database

34 views
Skip to first unread message

David Reynolds

unread,
Sep 29, 2014, 2:56:12 PM9/29/14
to rav...@googlegroups.com
Hi,

I have an index that loads a reference document something like the following:

            Map = calls => from call in calls                           
                           let site = LoadDocument<Site>(call.SiteId)

The problem is that the Site class is in another database although it is stored on the same server. Is there anyway to allow this inside an index?

Thanks in advance

Oren Eini (Ayende Rahien)

unread,
Sep 29, 2014, 3:00:51 PM9/29/14
to ravendb
No, that isn't possible

Hibernating Rhinos Ltd  

Oren Eini l CEO Mobile: + 972-52-548-6969

Office: +972-4-622-7811 l Fax: +972-153-4-622-7811

 


--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Chris Marisic

unread,
Sep 29, 2014, 3:39:06 PM9/29/14
to rav...@googlegroups.com
You would either need to replicate the shared documents to the reliant servers manually or using the replication bundle, or you would need to handle all combination efforts inside your application server and not database.

David Reynolds

unread,
Sep 29, 2014, 3:44:15 PM9/29/14
to rav...@googlegroups.com
Thanks. I have replicated it for now.
Reply all
Reply to author
Forward
0 new messages