dsukhoroslov / bagri

XML/Document DB on top of distributed cache
Apache License 2.0
41 stars 5 forks source link

[Core] add ability to load many documents by pattern provided #111

Closed dsukhoroslov closed 7 years ago

dsukhoroslov commented 7 years ago

like getDocumentUris, but will return Document contents instead

dsukhoroslov commented 7 years ago

done, see getDocuments(..) method and DocumentAccessor interface. no need in getDocumentUris any more?

dsukhoroslov commented 7 years ago

implemented in getDocuments, removeDocuments will leave getDocumentUries for a while can be also used in manipulations with documents and collections, but not now