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
