Hello,
I'm currently searching for the best way to get the number of documents by paths given.
So i want to have a list of paths and for each of them count the number of documents it contains.
So i developped a JSP where the user enters different paths and as a result the JSP is showing a table with the path and respective number of documents.
My question is related to performance. It's really slow and i found (searching on this forum) that using the .getChildren was really not performant. But is there any other solution?
Thanks for help,
Best regards,
Thomas