On Fri, Jul 2, 2010 at 11:15, Xiaojie Shen
<[email protected]> wrote:
> Hello
>
> It seems files are still maintained in datastore after they are deleted. Are
> version indexes also maintained?
>
> How are the files under
> /jackrabbit-webapp_default/server/default/jcr:root/jcr:system/jcr:versionStorage/…
> related to the document storage?
>
> It is hard to get a clue from the coded file storage structure. How can
> administrator recover a deleted document?

Jackrabbit is an implementation of the JCR API, which defines the
conceptual repository model, all its major features and a standard API
to access it. See links at top of [1], or the html versions of the 1.0
[2] and 2.0 [3] version of JCR api.

The file structure is just an implementation detail, you have to use
the JCR API to access it. Versioning is supported, but it must be done
explicitly, it is not done automatically for all content.

[1] http://jackrabbit.apache.org/
[2] http://www.day.com/specs/jcr/1.0/
[3] http://www.day.com/specs/jcr/2.0/

Regards,
Alex

-- 
Alexander Klimetschek
[email protected]

Reply via email to