Hi all,
I'm currently working on multiple databases support in embedded driver.
This means you can add multiple <root-collection/> elements in the system.xml, and use those database using embedded mode. Database can be chosen by specifying proper xindice URL:
xmldb:xindice-embed:///db/mycollection xmldb:xindice-embed:///anotherdb/mycollection
Now, the question is:
* Should one instance of the embedded driver provide support to all databases configured in the system.xml, or
* Should one instance of the embedded driver be tied to one particular database instance by specifying some parameter?
I'd appreciate your thoughts on how this should function in Xindice.
Thanks, Vadim
