We use jackrabbit 2.0 inside a web application to store documents

How can we program statistics such as :
- the total number of documents
- compute the number of documents per property values for a given property
- compute a two dimensional table of the number of documents per property 
  values for a given property couple
?

The properties would be dynamically selected by the user at runtime among a 
list of defined properties

Scanning the entire repository is possible but obviously slow.

Is there a better way to do this through the API, or to extend JackRabbit to do 
just this ?

Yves

Reply via email to