You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Ro...@ipaustralia.gov.au on 2010/07/20 09:20:18 UTC

Re: Is there a way to store JackRabbit documents in two different datastores for one repository and yet index them with Lucene [SEC=UNCLASSIFIED]

Isn't this the kind of thing that the JBOSS JCR implementation is supposed 
to handle?


Ross.


Bénigot Yves <yv...@ginerativ.fr> wrote on 20/07/2010 02:14:46 AM:

> From: Bénigot Yves <yv...@ginerativ.fr>
> To: <us...@jackrabbit.apache.org>
> Date: 20/07/2010 02:15 AM
> Subject: Is there a way to store JackRabbit documents in two 
> different datastores for one repository and yet index them with Lucene
> 
> 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
> 
> 
> 
> I would like to create a specific DataStore or PersistenceManager to
> be able to leave the files stored in the SQL table where they are, 
> 
> yet define them as JackRabbit documents, and let Lucene index them
> 
> 
> 
> Is it possible to have such a hybrid setup with two different 
> storage seen as one repository in JackRabbit ?
> 
> 
> 
> yves
>