Well I have other applications accessing (create,read) the documents in the SQL table, and I don't want to change them at once, since it is a lot of work to do.
Of course I could duplicate the document in both type of storage, but that would be wasteful. I will try to think about using different workspaces, but I am afraid that this would add some constraints, like not being able to search on several workspaces in the same query. Is this correct ? Yves -----Message d'origine----- De : Thomas Müller [mailto:[email protected]] Envoyé : mardi 20 juillet 2010 09:04 À : [email protected] Objet : Re: Is there a way to store JackRabbit documents in two different datastores for one repository and yet index them with Lucene Hi, > I have two categories of documents in one repository : > - some files are stored by the users, they would go in a file datastore > - other files are generated, and already stored in an SQL table in a > BLOB column Why exactly do you want them stored in two different places? Regards, Thomas
